diff options
Diffstat (limited to 'Source/cmGlobalXCode21Generator.cxx')
-rw-r--r-- | Source/cmGlobalXCode21Generator.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmGlobalXCode21Generator.cxx b/Source/cmGlobalXCode21Generator.cxx index 5ddcf32..d8b02f0 100644 --- a/Source/cmGlobalXCode21Generator.cxx +++ b/Source/cmGlobalXCode21Generator.cxx @@ -14,6 +14,8 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ +#include "cmGlobalXCode21Generator.h" + cmGlobalXCode21Generator::cmGlobalXCode21Generator() { this->m_XcodeVersion = 21; |