summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio12Generator.cxx
diff options
context:
space:
mode:
authorDaniel Pfeifer <daniel@pfeifer-mail.de>2016-11-25 21:54:58 (GMT)
committerBrad King <brad.king@kitware.com>2016-11-28 19:06:40 (GMT)
commit66a709999349b5a7964c2647c41f4759fe2141ee (patch)
treee6ef43618243f6a7bb42c63f6ee67e3e103b84af /Source/cmGlobalVisualStudio12Generator.cxx
parent7b4244aceb44aad117dfaccfb2287fbddbe9eca7 (diff)
downloadCMake-66a709999349b5a7964c2647c41f4759fe2141ee.zip
CMake-66a709999349b5a7964c2647c41f4759fe2141ee.tar.gz
CMake-66a709999349b5a7964c2647c41f4759fe2141ee.tar.bz2
iwyu: Fix VisualStudio specific issues
Diffstat (limited to 'Source/cmGlobalVisualStudio12Generator.cxx')
-rw-r--r--Source/cmGlobalVisualStudio12Generator.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmGlobalVisualStudio12Generator.cxx b/Source/cmGlobalVisualStudio12Generator.cxx
index c18ff9e..0a48ba6 100644
--- a/Source/cmGlobalVisualStudio12Generator.cxx
+++ b/Source/cmGlobalVisualStudio12Generator.cxx
@@ -3,6 +3,7 @@
#include "cmGlobalVisualStudio12Generator.h"
#include "cmAlgorithms.h"
+#include "cmDocumentationEntry.h"
#include "cmLocalVisualStudio10Generator.h"
#include "cmMakefile.h"
#include "cmVS12CLFlagTable.h"