Browse Source

missing include

Ken Martin 21 years ago
parent
commit
be7722b368
1 changed files with 4 additions and 0 deletions
  1. 4 0
      Source/CTest/cmCTestTestHandler.cxx

+ 4 - 0
Source/CTest/cmCTestTestHandler.cxx

@@ -24,6 +24,10 @@
 #include <cmsys/Base64.h>
 #include "cmMakefile.h"
 
+#include <stdlib.h> 
+#include <math.h>
+#include <float.h>
+
 static const char* cmCTestMemCheckResultStrings[] = {
   "ABR",
   "ABW",