Browse Source

cmStandardLexer.h: Do not include a C++ header

This header is meant for inclusion in lexer `.c` files.
Brad King 8 years ago
parent
commit
a3e029effd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/cmStandardLexer.h

+ 1 - 1
Source/cmStandardLexer.h

@@ -3,7 +3,7 @@
 #ifndef cmStandardLexer_h
 #define cmStandardLexer_h
 
-#include "cmConfigure.h" // IWYU pragma: keep
+#include "cmsys/Configure.h" // IWYU pragma: keep
 
 /* Disable some warnings.  */
 #if defined(_MSC_VER)