summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2021-07-19 13:08:25 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2021-07-19 13:08:25 +0200
commit7ce07d26ac8fc15d2961613bc94ae48c75557c14 (patch)
treee41350b3bb9003ce3159bba69fc2921983771685
parentde0dde267b764c98e817b0affd2af354721b4e6b (diff)
downloadATCD-7ce07d26ac8fc15d2961613bc94ae48c75557c14.tar.gz
Include cmath
* ACE/ace/OS_NS_math.h:
-rw-r--r--ACE/ace/OS_NS_math.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ACE/ace/OS_NS_math.h b/ACE/ace/OS_NS_math.h
index 4e8d7ee7c61..daf9e9f70c4 100644
--- a/ACE/ace/OS_NS_math.h
+++ b/ACE/ace/OS_NS_math.h
@@ -22,6 +22,7 @@
# endif /* ACE_LACKS_PRAGMA_ONCE */
#include "ace/os_include/os_math.h"
+#include <cmath>
#include /**/ "ace/ACE_export.h"