diff options
Diffstat (limited to 'Source/cmRegularExpression.cxx')
-rw-r--r-- | Source/cmRegularExpression.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmRegularExpression.cxx b/Source/cmRegularExpression.cxx index 0867e97..f97fc02 100644 --- a/Source/cmRegularExpression.cxx +++ b/Source/cmRegularExpression.cxx @@ -115,8 +115,9 @@ // #include "cmRegularExpression.h" // Include class specification +#include "cmStandardIncludes.h" #include <stdio.h> -#include <string> + // cmRegularExpression -- Copies the given regular expression. |