summaryrefslogtreecommitdiff
path: root/Source/cmExtraCodeBlocksGenerator.cxx
diff options
context:
space:
mode:
authorRegina Pfeifer <regina@mailbox.org>2019-02-15 21:34:44 +0100
committerBrad King <brad.king@kitware.com>2019-02-21 08:24:25 -0500
commit9eb0e73f461f168fb036c304de13d7501edf6d12 (patch)
tree4e606a1e7892217516616add51b7db914caa3147 /Source/cmExtraCodeBlocksGenerator.cxx
parent7574e16096abe57d44cde4e6380a22d940cde98c (diff)
downloadcmake-9eb0e73f461f168fb036c304de13d7501edf6d12.tar.gz
cmRange: Move to dedicated header file
Diffstat (limited to 'Source/cmExtraCodeBlocksGenerator.cxx')
-rw-r--r--Source/cmExtraCodeBlocksGenerator.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmExtraCodeBlocksGenerator.cxx b/Source/cmExtraCodeBlocksGenerator.cxx
index 9e90547b4c..93ff8f4d54 100644
--- a/Source/cmExtraCodeBlocksGenerator.cxx
+++ b/Source/cmExtraCodeBlocksGenerator.cxx
@@ -13,6 +13,7 @@
#include "cmGlobalGenerator.h"
#include "cmLocalGenerator.h"
#include "cmMakefile.h"
+#include "cmRange.h"
#include "cmSourceFile.h"
#include "cmStateTypes.h"
#include "cmSystemTools.h"