diff options
author | Regina Pfeifer <regina@mailbox.org> | 2019-08-13 11:43:47 (GMT) |
---|---|---|
committer | Regina Pfeifer <regina@mailbox.org> | 2019-08-16 08:47:22 (GMT) |
commit | c55fb044a9cf20a449f9d5ebc5d88c6de279786d (patch) | |
tree | b29f89ff8654723450e61b9be98d507db850e7a7 /Source/cmState.cxx | |
parent | 86bf1eef7587b837057f098927fb6e7e10149c66 (diff) | |
download | CMake-c55fb044a9cf20a449f9d5ebc5d88c6de279786d.zip CMake-c55fb044a9cf20a449f9d5ebc5d88c6de279786d.tar.gz CMake-c55fb044a9cf20a449f9d5ebc5d88c6de279786d.tar.bz2 |
cmBuildNameCommand: Implement as free function
Diffstat (limited to 'Source/cmState.cxx')
-rw-r--r-- | Source/cmState.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmState.cxx b/Source/cmState.cxx index 4f694e2..8cc960c 100644 --- a/Source/cmState.cxx +++ b/Source/cmState.cxx @@ -19,6 +19,7 @@ #include "cmGlobVerificationManager.h" #include "cmListFileCache.h" #include "cmMakefile.h" +#include "cmMessageType.h" #include "cmStatePrivate.h" #include "cmStateSnapshot.h" #include "cmStringAlgorithms.h" |