summaryrefslogtreecommitdiff
path: root/Source/cmVisualStudioGeneratorOptions.cxx
diff options
context:
space:
mode:
authorDaniel Pfeifer <daniel@pfeifer-mail.de>2016-11-25 22:54:58 +0100
committerBrad King <brad.king@kitware.com>2016-11-28 14:06:40 -0500
commit66a709999349b5a7964c2647c41f4759fe2141ee (patch)
treee6ef43618243f6a7bb42c63f6ee67e3e103b84af /Source/cmVisualStudioGeneratorOptions.cxx
parent7b4244aceb44aad117dfaccfb2287fbddbe9eca7 (diff)
downloadcmake-66a709999349b5a7964c2647c41f4759fe2141ee.tar.gz
iwyu: Fix VisualStudio specific issues
Diffstat (limited to 'Source/cmVisualStudioGeneratorOptions.cxx')
-rw-r--r--Source/cmVisualStudioGeneratorOptions.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmVisualStudioGeneratorOptions.cxx b/Source/cmVisualStudioGeneratorOptions.cxx
index e751bfcc3b..62200ce548 100644
--- a/Source/cmVisualStudioGeneratorOptions.cxx
+++ b/Source/cmVisualStudioGeneratorOptions.cxx
@@ -1,5 +1,6 @@
#include "cmVisualStudioGeneratorOptions.h"
+#include "cmLocalVisualStudioGenerator.h"
#include "cmOutputConverter.h"
#include "cmSystemTools.h"
#include "cmVisualStudio10TargetGenerator.h"