From 81834cb481e997166a9cd5588a53f9de5a0c98cb Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 9 Apr 2014 09:48:33 +0200 Subject: [PATCH] Missing include Change-Id: I166ce50c038cdd3474cbdcf2ac360c237a98307c --- configmgr/source/xmldata.cxx | 1 + 1 file changed, 1 insertion(+) 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 {