diff options
Diffstat (limited to 'xmloff/source/style')
-rw-r--r-- | xmloff/source/style/MarkerStyle.cxx | 1 | ||||
-rw-r--r-- | xmloff/source/style/impastpl.cxx | 1 | ||||
-rw-r--r-- | xmloff/source/style/xmlexppr.cxx | 1 | ||||
-rw-r--r-- | xmloff/source/style/xmlnumfi.cxx | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/xmloff/source/style/MarkerStyle.cxx b/xmloff/source/style/MarkerStyle.cxx index a0dc8db6c587..d6eba2a483e5 100644 --- a/xmloff/source/style/MarkerStyle.cxx +++ b/xmloff/source/style/MarkerStyle.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <memory> #include <xmloff/MarkerStyle.hxx> #include "xexptran.hxx" #include <xmloff/attrlist.hxx> diff --git a/xmloff/source/style/impastpl.cxx b/xmloff/source/style/impastpl.cxx index 0a20118c83e7..b18727373e4a 100644 --- a/xmloff/source/style/impastpl.cxx +++ b/xmloff/source/style/impastpl.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <memory> #include <algorithm> #include <rtl/ustrbuf.hxx> diff --git a/xmloff/source/style/xmlexppr.cxx b/xmloff/source/style/xmlexppr.cxx index 9675c42b4cee..b99e9c2b5fde 100644 --- a/xmloff/source/style/xmlexppr.cxx +++ b/xmloff/source/style/xmlexppr.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <memory> #include <com/sun/star/container/XNameContainer.hpp> #include <com/sun/star/xml/AttributeData.hpp> #include <com/sun/star/beans/XPropertyState.hpp> diff --git a/xmloff/source/style/xmlnumfi.cxx b/xmloff/source/style/xmlnumfi.cxx index 9194ba6ca8f6..7bb2e30862d0 100644 --- a/xmloff/source/style/xmlnumfi.cxx +++ b/xmloff/source/style/xmlnumfi.cxx @@ -47,6 +47,7 @@ #include <xmloff/xmltoken.hxx> #include <xmloff/languagetagodf.hxx> +#include <memory> #include <vector> using namespace ::com::sun::star; |