summaryrefslogtreecommitdiffstats
path: root/Source/cmClassFile.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmClassFile.h')
-rw-r--r--Source/cmClassFile.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/Source/cmClassFile.h b/Source/cmClassFile.h
index a8ad7b3..307d13c 100644
--- a/Source/cmClassFile.h
+++ b/Source/cmClassFile.h
@@ -19,12 +19,17 @@
*/
#ifndef cmClassFile_h
#define cmClassFile_h
-#include <string>
-#include <vector>
+#include "cmStandardIncludes.h"
struct cmClassFile
{
+ cmClassFile()
+ {
+ m_AbstractClass = false;
+ m_HeaderFileOnly = false;
+ }
+
/**
* Set the name of the file, given the directory
* the file should be in. Extensions are tried on