summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2004-09-07 16:54:15 (GMT)
committerKen Martin <ken.martin@kitware.com>2004-09-07 16:54:15 (GMT)
commit2c4b1a1179b148505e22f7816f2b8e90974052c7 (patch)
tree7be29a3a8ca12c7d39fa50cedf18087b5458056c
parent1e3e5beab707ba0b5d0246ccee84a609d5628ded (diff)
downloadCMake-2c4b1a1179b148505e22f7816f2b8e90974052c7.zip
CMake-2c4b1a1179b148505e22f7816f2b8e90974052c7.tar.gz
CMake-2c4b1a1179b148505e22f7816f2b8e90974052c7.tar.bz2
duh errors
-rw-r--r--Source/cmCTest.cxx1
-rw-r--r--Source/cmCTest.h1
2 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmCTest.cxx b/Source/cmCTest.cxx
index 2335441..f2038d8 100644
--- a/Source/cmCTest.cxx
+++ b/Source/cmCTest.cxx
@@ -36,7 +36,6 @@
#include <cmsys/Base64.h>
#include <stdlib.h>
-#include <time.h>
#include <math.h>
#include <float.h>
diff --git a/Source/cmCTest.h b/Source/cmCTest.h
index a7e662e..bef3d4a 100644
--- a/Source/cmCTest.h
+++ b/Source/cmCTest.h
@@ -21,6 +21,7 @@
#include "cmStandardIncludes.h"
#include "cmListFileCache.h"
+#include <time.h>
class cmMakefile;
class cmCTestBuildHandler;