diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-02-18 09:59:08 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-02-18 09:59:08 +0100 |
commit | 420fc7d1ada2c86f27e54c515c21abb88b4cd91f (patch) | |
tree | b1d71ebcc1830461e79715cc94c1d355740d0c43 /xmloff | |
parent | defbb4752bfa4bc2a35f5ee4c24d0e1654afeb2c (diff) |
Missing include
Change-Id: I067a83ef97e55afc27673c59b0bdae974d7f3232
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/xforms/TokenContext.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/xmloff/source/xforms/TokenContext.cxx b/xmloff/source/xforms/TokenContext.cxx index c76fae21deab..6d07235290db 100644 --- a/xmloff/source/xforms/TokenContext.cxx +++ b/xmloff/source/xforms/TokenContext.cxx @@ -17,6 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <sal/config.h> + +#include <functional> + #include "TokenContext.hxx" #include <xmloff/xmltkmap.hxx> #include <xmloff/xmlimp.hxx> |