From 420fc7d1ada2c86f27e54c515c21abb88b4cd91f Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 18 Feb 2015 09:59:08 +0100 Subject: Missing include Change-Id: I067a83ef97e55afc27673c59b0bdae974d7f3232 --- xmloff/source/xforms/TokenContext.cxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'xmloff/source/xforms') 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 + +#include + #include "TokenContext.hxx" #include #include -- cgit