summaryrefslogtreecommitdiffstats
path: root/Source/cmCTest.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2004-10-05 14:00:36 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2004-10-05 14:00:36 (GMT)
commitb847a6ac6282c27b220177a8ec105044a084b884 (patch)
tree1d3ee92c99550caec0992d7dea43fd5a29cce44e /Source/cmCTest.cxx
parent609801fe67c95f9959468df8316a8f4a26943842 (diff)
downloadCMake-b847a6ac6282c27b220177a8ec105044a084b884.zip
CMake-b847a6ac6282c27b220177a8ec105044a084b884.tar.gz
CMake-b847a6ac6282c27b220177a8ec105044a084b884.tar.bz2
ERR: Fix Windows build
Diffstat (limited to 'Source/cmCTest.cxx')
-rw-r--r--Source/cmCTest.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmCTest.cxx b/Source/cmCTest.cxx
index 45703e6..fdcad63 100644
--- a/Source/cmCTest.cxx
+++ b/Source/cmCTest.cxx
@@ -14,6 +14,8 @@
PURPOSE. See the above copyright notices for more information.
=========================================================================*/
+#include "curl/curl.h"
+
#include "cmCTest.h"
#include "cmake.h"
#include "cmMakefile.h"
@@ -31,7 +33,6 @@
#include "cmCTestConfigureHandler.h"
#include "cmCTestSubmit.h"
-#include "curl/curl.h"
#include <cmsys/RegularExpression.hxx>
#include <cmsys/Process.h>