summaryrefslogtreecommitdiff
path: root/svl/qa
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2014-11-18 22:32:36 -0500
committerKohei Yoshida <kohei.yoshida@collabora.com>2014-11-18 22:33:20 -0500
commitbbc9992094cbab668593cd6d84659d4d1a48e44f (patch)
tree826c516c7b7e4bf43f8df0b369f3173c96bb794d /svl/qa
parent764600bc6175a32d119487afda2e8409f3395666 (diff)
Apply pimpl to svl::SharedStringPool.
Change-Id: I351505f0c1cb25c47897e0cfffdb258f8e87081f
Diffstat (limited to 'svl/qa')
-rw-r--r--svl/qa/unit/svl.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/svl/qa/unit/svl.cxx b/svl/qa/unit/svl.cxx
index 25bc217c8adb..dd856fb5125c 100644
--- a/svl/qa/unit/svl.cxx
+++ b/svl/qa/unit/svl.cxx
@@ -34,6 +34,7 @@
#include <svl/zforlist.hxx>
#include <svl/zformat.hxx>
#include <svl/sharedstringpool.hxx>
+#include <svl/sharedstring.hxx>
#include <unotools/syslocale.hxx>
#include <boost/scoped_ptr.hpp>