diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-10-05 14:00:36 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-10-05 14:00:36 (GMT) |
commit | b847a6ac6282c27b220177a8ec105044a084b884 (patch) | |
tree | 1d3ee92c99550caec0992d7dea43fd5a29cce44e /Source/cmCTest.cxx | |
parent | 609801fe67c95f9959468df8316a8f4a26943842 (diff) | |
download | CMake-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.cxx | 3 |
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> |