summaryrefslogtreecommitdiffstats
path: root/Source/cmServerProtocol.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2018-09-21 15:21:37 (GMT)
committerBrad King <brad.king@kitware.com>2018-09-21 15:39:21 (GMT)
commitb48165346f7dfcd025beca743abf2eaf849bf17d (patch)
tree3aecbf41773a66c6d787d1ee00a9b5e72924b1c1 /Source/cmServerProtocol.cxx
parent85be67217bea4f1f655b16fdd6ac938800a96326 (diff)
downloadCMake-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.cxx1
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"