diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-04-09 09:48:33 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-04-09 09:48:33 +0200 |
commit | 81834cb481e997166a9cd5588a53f9de5a0c98cb (patch) | |
tree | dbb6839fa7c66d8f964d4bd9637d104c3e0609c7 /configmgr | |
parent | 27b7175e36b6ac845a1ba542cfe24430fb63a5a2 (diff) |
Missing include
Change-Id: I166ce50c038cdd3474cbdcf2ac360c237a98307c
Diffstat (limited to 'configmgr')
-rw-r--r-- | configmgr/source/xmldata.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configmgr/source/xmldata.cxx b/configmgr/source/xmldata.cxx index 577e1e68d38b..029cc2312063 100644 --- a/configmgr/source/xmldata.cxx +++ b/configmgr/source/xmldata.cxx @@ -46,6 +46,7 @@ #include "propertynode.hxx" #include "setnode.hxx" #include "type.hxx" +#include "xmldata.hxx" namespace configmgr { |