diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2006-11-29 22:45:55 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2006-11-29 22:45:55 (GMT) |
commit | b56a60d01e8b30dec54b118bc7738ec199a459d4 (patch) | |
tree | fcde7271a01841867f2e5d73d0ae999ed88c76b3 /Source/cmake.cxx | |
parent | e2a7c9358f24ac98ae7279491f010bd8f82a8692 (diff) | |
download | CMake-b56a60d01e8b30dec54b118bc7738ec199a459d4.zip CMake-b56a60d01e8b30dec54b118bc7738ec199a459d4.tar.gz CMake-b56a60d01e8b30dec54b118bc7738ec199a459d4.tar.bz2 |
ENH: fix errors for unix builds
Diffstat (limited to 'Source/cmake.cxx')
-rw-r--r-- | Source/cmake.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmake.cxx b/Source/cmake.cxx index 910ce87..db91e21 100644 --- a/Source/cmake.cxx +++ b/Source/cmake.cxx @@ -23,11 +23,11 @@ #include "cmCommand.h" #include "cmFileTimeComparison.h" #include "cmGeneratedFileStream.h" +#include "cmVersion.h" #if defined(CMAKE_BUILD_WITH_CMAKE) # include "cmDependsFortran.h" // For -E cmake_copy_f90_mod callback. # include "cmVariableWatch.h" -# include "cmVersion.h" # include <cmsys/Terminal.h> #endif |