diff options
author | Brad King <brad.king@kitware.com> | 2018-09-21 15:21:37 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2018-09-21 15:39:21 (GMT) |
commit | b48165346f7dfcd025beca743abf2eaf849bf17d (patch) | |
tree | 3aecbf41773a66c6d787d1ee00a9b5e72924b1c1 /Source/cmServerProtocol.cxx | |
parent | 85be67217bea4f1f655b16fdd6ac938800a96326 (diff) | |
download | CMake-b48165346f7dfcd025beca743abf2eaf849bf17d.zip CMake-b48165346f7dfcd025beca743abf2eaf849bf17d.tar.gz CMake-b48165346f7dfcd025beca743abf2eaf849bf17d.tar.bz2 |
server: Split json dictionary into separate header
Move dictionary entries used by the json object generation code into a
separate header. These are distinct from the server-only entries used
in the protocol implementation.
Diffstat (limited to 'Source/cmServerProtocol.cxx')
-rw-r--r-- | Source/cmServerProtocol.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmServerProtocol.cxx b/Source/cmServerProtocol.cxx index 5d29bf8..6a09776 100644 --- a/Source/cmServerProtocol.cxx +++ b/Source/cmServerProtocol.cxx @@ -6,6 +6,7 @@ #include "cmExternalMakefileProjectGenerator.h" #include "cmFileMonitor.h" #include "cmGlobalGenerator.h" +#include "cmJsonObjectDictionary.h" #include "cmServer.h" #include "cmServerDictionary.h" #include "cmState.h" |