diff options
author | Daniel Pfeifer <daniel@pfeifer-mail.de> | 2017-03-24 22:56:00 (GMT) |
---|---|---|
committer | Daniel Pfeifer <daniel@pfeifer-mail.de> | 2017-03-29 16:48:47 (GMT) |
commit | 21a6ed49f2d06982e080eb5fc2f0a7d1c2ea0846 (patch) | |
tree | 9464d80d93e8d3ef6cd6eb5000263fb42a02f7ca /Source/cmFileCommand.cxx | |
parent | a2275bdd636987abcf002fad000c4f02d615d219 (diff) | |
download | CMake-21a6ed49f2d06982e080eb5fc2f0a7d1c2ea0846.zip CMake-21a6ed49f2d06982e080eb5fc2f0a7d1c2ea0846.tar.gz CMake-21a6ed49f2d06982e080eb5fc2f0a7d1c2ea0846.tar.bz2 |
cmFileCommand: add <cm_curl.h> include
Diffstat (limited to 'Source/cmFileCommand.cxx')
-rw-r--r-- | Source/cmFileCommand.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmFileCommand.cxx b/Source/cmFileCommand.cxx index 7a6e2b7..f78b764 100644 --- a/Source/cmFileCommand.cxx +++ b/Source/cmFileCommand.cxx @@ -37,6 +37,7 @@ #if defined(CMAKE_BUILD_WITH_CMAKE) #include "cmCurl.h" #include "cmFileLockResult.h" +#include <cm_curl.h> #endif #if defined(CMAKE_USE_ELF_PARSER) |