summaryrefslogtreecommitdiff
path: root/performance-tests/SCTP/hist.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'performance-tests/SCTP/hist.cpp')
-rw-r--r--performance-tests/SCTP/hist.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/performance-tests/SCTP/hist.cpp b/performance-tests/SCTP/hist.cpp
index fbac95d1a98..81197b7939e 100644
--- a/performance-tests/SCTP/hist.cpp
+++ b/performance-tests/SCTP/hist.cpp
@@ -29,7 +29,7 @@
#include <stdlib.h>
#include <float.h>
#include <string.h>
-#include <math.h>
+#include "ace/os_include/os_math.h"
#include "hist.h"
hist_t *head_hist, *tail_hist;
@@ -301,4 +301,3 @@ double histfloor(double x) {
#endif
}
-