From 1d829c862cf9d7f813f8e7e1a43f0125a4de7220 Mon Sep 17 00:00:00 2001 From: Daniel Pfeifer Date: Tue, 11 Apr 2017 22:00:21 +0200 Subject: Use quotes for non-system includes Automate with: git grep -l '#include /#include "\1"/g' git grep -l '#include /#include "\1"/g' git grep -l '#include /#include "\1"/g' --- Source/cmGlobalVisualStudio7Generator.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/cmGlobalVisualStudio7Generator.cxx') diff --git a/Source/cmGlobalVisualStudio7Generator.cxx b/Source/cmGlobalVisualStudio7Generator.cxx index 2d0abf9cf6..38491759b2 100644 --- a/Source/cmGlobalVisualStudio7Generator.cxx +++ b/Source/cmGlobalVisualStudio7Generator.cxx @@ -9,7 +9,7 @@ #include "cmState.h" #include "cmUuid.h" #include "cmake.h" -#include +#include "cmsys/Encoding.hxx" #include #include -- cgit v1.2.1