diff options
Diffstat (limited to 'src/bltVector.C')
-rw-r--r-- | src/bltVector.C | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bltVector.C b/src/bltVector.C index 5f2e8a5..f3ff1ac 100644 --- a/src/bltVector.C +++ b/src/bltVector.C @@ -1,4 +1,3 @@ - /* * bltVector.c -- * @@ -42,6 +41,7 @@ * x notify reorder #1 #2 */ +#include <assert.h> #include <math.h> #include <time.h> @@ -49,7 +49,7 @@ #include "bltOp.h" #include "bltNsUtil.h" #include "bltSwitch.h" -#include <bltMath.h> +#include "bltMath.h" #ifndef TCL_NAMESPACE_ONLY #define TCL_NAMESPACE_ONLY TCL_GLOBAL_ONLY |