mirror of
https://git.freebsd.org/ports.git
synced 2025-05-13 15:51:51 -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
265 B
C++
11 lines
265 B
C++
--- src/ml/ml_kmeans.cc.orig 2025-01-02 17:07:23 UTC
|
|
+++ src/ml/ml_kmeans.cc
|
|
@@ -2,7 +2,7 @@
|
|
|
|
#include "ml_kmeans.h"
|
|
#include "libnetdata/libnetdata.h"
|
|
-#include "dlib/dlib/clustering.h"
|
|
+#include "dlib/clustering.h"
|
|
|
|
void
|
|
ml_kmeans_init(ml_kmeans_t *kmeans)
|