summaryrefslogtreecommitdiffstats
path: root/src/bltVecMath.C
diff options
context:
space:
mode:
authorjoye <joye>2013-09-06 19:55:23 (GMT)
committerjoye <joye>2013-09-06 19:55:23 (GMT)
commit0ec39155cbe23770621b9493e47efd90f6ed62d9 (patch)
treed3b3d619486705dfb48977d29960cc29a39fdf1f /src/bltVecMath.C
parent9cd3184302d2169ca08d32688b17720762c0bab5 (diff)
downloadblt-0ec39155cbe23770621b9493e47efd90f6ed62d9.zip
blt-0ec39155cbe23770621b9493e47efd90f6ed62d9.tar.gz
blt-0ec39155cbe23770621b9493e47efd90f6ed62d9.tar.bz2
*** empty log message ***
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>
-
/*
*---------------------------------------------------------------------------
*