mirror of
https://git.freebsd.org/ports.git
synced 2025-05-14 00:01:52 -04:00
Changelog: https://github.com/netdata/netdata/releases/tag/v2.2.3 Thanks to Namkhai and contributors for the time consuming effort to make it suitable for packaging and testing PR: 275792
11 lines
297 B
C
11 lines
297 B
C
--- src/ml/ml_calculated_number.h.orig 2025-01-02 17:07:23 UTC
|
|
+++ src/ml/ml_calculated_number.h
|
|
@@ -3,7 +3,7 @@
|
|
#ifndef NETDATA_ML_CALCULATED_NUMBER_H
|
|
#define NETDATA_ML_CALCULATED_NUMBER_H
|
|
|
|
-#include "dlib/dlib/matrix.h"
|
|
+#include "dlib/matrix.h"
|
|
|
|
// CentOS 7 shenanigans
|
|
#include <cmath>
|