Skip to content

Commit

Permalink
Fix CentOS 7 builds for ML. (netdata#17667)
Browse files Browse the repository at this point in the history
  • Loading branch information
vkalintiris authored May 16, 2024
1 parent 9e23625 commit cef988e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/ml/ml-private.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
#define NETDATA_ML_PRIVATE_H

#include "dlib/dlib/matrix.h"

// CentOS 7 shenanigans
#include <cmath>
using std::isfinite;

#include "ml/ml.h"

#include <vector>
Expand Down

0 comments on commit cef988e

Please sign in to comment.