diff options
Diffstat (limited to 'src/bltVector.C')
-rw-r--r-- | src/bltVector.C | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/bltVector.C b/src/bltVector.C index 09300e3..89b482e 100644 --- a/src/bltVector.C +++ b/src/bltVector.C @@ -46,6 +46,9 @@ #include <float.h> #include <math.h> #include <time.h> +#include <string.h> +#include <stdlib.h> +#include <ctype.h> #include "bltInt.h" #include "bltVecInt.h" |