summaryrefslogtreecommitdiffstats
path: root/src/bltVecMath.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/bltVecMath.C')
-rw-r--r--src/bltVecMath.C5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/bltVecMath.C b/src/bltVecMath.C
index 231afd6..dc7cf5a 100644
--- a/src/bltVecMath.C
+++ b/src/bltVecMath.C
@@ -30,6 +30,9 @@
* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
+#include <float.h>
+#include <math.h>
+
#include "bltVecInt.h"
#include "bltNsUtil.h"
#include "bltParse.h"
@@ -174,8 +177,6 @@ static int precTable[] =
static int NextValue(Tcl_Interp *interp, ParseInfo *piPtr, int prec,
Value *valuePtr);
-#include <bltMath.h>
-
/*
*---------------------------------------------------------------------------
*