summaryrefslogtreecommitdiffstats
path: root/src/tkbltVector.C
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2016-07-18 18:21:01 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2016-07-18 18:21:01 (GMT)
commit6df07940f872252904776ab0ff6f57f4d1b59ae4 (patch)
tree989f8cbf85a9cbc0eed8ea206fb46aae71315d14 /src/tkbltVector.C
parent83ed45dcbdf4d0384f3a2d8fbd3d5294fb2f3cec (diff)
downloadblt-6df07940f872252904776ab0ff6f57f4d1b59ae4.zip
blt-6df07940f872252904776ab0ff6f57f4d1b59ae4.tar.gz
blt-6df07940f872252904776ab0ff6f57f4d1b59ae4.tar.bz2
fix for gcc-6v3.2.3
Diffstat (limited to 'src/tkbltVector.C')
-rw-r--r--src/tkbltVector.C3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tkbltVector.C b/src/tkbltVector.C
index 7bc2016..e6262ec 100644
--- a/src/tkbltVector.C
+++ b/src/tkbltVector.C
@@ -44,13 +44,14 @@
*/
#include <float.h>
-#include <math.h>
#include <time.h>
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
#include <ctype.h>
+#include <cmath>
+
#include "tkbltVecInt.h"
#include "tkbltNsUtil.h"
#include "tkbltSwitch.h"