summaryrefslogtreecommitdiffstats
path: root/src/tkbltVector.C
diff options
context:
space:
mode:
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"