summaryrefslogtreecommitdiffstats
path: root/Source/CTest
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2004-09-09 14:52:51 (GMT)
committerKen Martin <ken.martin@kitware.com>2004-09-09 14:52:51 (GMT)
commitbe7722b3682042cf8c49a1c935f27f2040397f59 (patch)
tree2fa7c07cc70a1d8ead4faf799a00bee52fbbfa37 /Source/CTest
parentf08589aa4bc521a5d1339a9fd38aadfaac325242 (diff)
downloadCMake-be7722b3682042cf8c49a1c935f27f2040397f59.zip
CMake-be7722b3682042cf8c49a1c935f27f2040397f59.tar.gz
CMake-be7722b3682042cf8c49a1c935f27f2040397f59.tar.bz2
missing include
Diffstat (limited to 'Source/CTest')
-rw-r--r--Source/CTest/cmCTestTestHandler.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/CTest/cmCTestTestHandler.cxx b/Source/CTest/cmCTestTestHandler.cxx
index 5a1cbed..2ab9744 100644
--- a/Source/CTest/cmCTestTestHandler.cxx
+++ b/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",