summaryrefslogtreecommitdiff
path: root/codemaker/source/cppumaker/includes.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'codemaker/source/cppumaker/includes.hxx')
-rw-r--r--codemaker/source/cppumaker/includes.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/codemaker/source/cppumaker/includes.hxx b/codemaker/source/cppumaker/includes.hxx
index 7913d78e5ff0..dafc659211a4 100644
--- a/codemaker/source/cppumaker/includes.hxx
+++ b/codemaker/source/cppumaker/includes.hxx
@@ -37,6 +37,7 @@ public:
~Includes();
void add(rtl::OString const & registryType);
+ void addCassert() { m_includeCassert = true; }
void addAny() { m_includeAny = true; }
void addReference() { m_includeReference = true; }
void addSequence() { m_includeSequence = true; }
@@ -72,6 +73,7 @@ private:
TypeManager const & m_manager;
codemaker::Dependencies::Map m_map;
bool m_hpp;
+ bool m_includeCassert;
bool m_includeAny;
bool m_includeReference;
bool m_includeSequence;