diff options
-rw-r--r-- | xmloff/source/forms/formlayerimport.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/xmloff/source/forms/formlayerimport.cxx b/xmloff/source/forms/formlayerimport.cxx index 848b815f6703..e879ee5a0772 100644 --- a/xmloff/source/forms/formlayerimport.cxx +++ b/xmloff/source/forms/formlayerimport.cxx @@ -17,6 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <sal/config.h> + +#include <com/sun/star/beans/PropertyValue.hpp> + #include <xmloff/formlayerimport.hxx> #include "layerimport.hxx" |