diff --git a/Source/cmGeneratorExpression.h b/Source/cmGeneratorExpression.h index b8467c27c..780ccfcaf 100644 --- a/Source/cmGeneratorExpression.h +++ b/Source/cmGeneratorExpression.h @@ -9,6 +9,10 @@ implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the License for more information. ============================================================================*/ + +#ifndef cmGeneratorExpression_h +#define cmGeneratorExpression_h + #include "cmStandardIncludes.h" #include @@ -80,3 +84,5 @@ private: mutable std::set Targets; mutable std::string Output; }; + +#endif