diff options
Diffstat (limited to 'Source/cmFortranParser.cxx')
-rw-r--r-- | Source/cmFortranParser.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmFortranParser.cxx b/Source/cmFortranParser.cxx index c67227f..2b3452f 100644 --- a/Source/cmFortranParser.cxx +++ b/Source/cmFortranParser.cxx @@ -97,9 +97,9 @@ Modify cmFortranParser.cxx: - "#if 0" out yyerrorlab block in range ["goto yyerrlab1", "yyerrlab1:"] */ -#include <cmConfigure.h> // IWYU pragma: keep +#include "cmConfigure.h" // IWYU pragma: keep -#include <cmsys/String.h> +#include "cmsys/String.h" #include <stdlib.h> #include <string.h> |