summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-12-05 18:34:54 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-12-05 18:36:22 +0100
commit895e6e7bb7abddb135f6fe3cfef1505261d4cbc6 (patch)
tree07e906292f1e9ecc47b49603a920ddc28c41d91c /sc
parent0c55303581156d01992d9d958ac5f7aafc4a3ebb (diff)
Get rid of comphelper::UStringLess
...default std::less<OUString> is just fine. Change-Id: Ib9d3c10f2817d757f3c19eb3d4607095883af91a
Diffstat (limited to 'sc')
-rw-r--r--sc/source/filter/xml/xmlfilti.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/filter/xml/xmlfilti.hxx b/sc/source/filter/xml/xmlfilti.hxx
index 11557dbe569c..c6a9536c82fb 100644
--- a/sc/source/filter/xml/xmlfilti.hxx
+++ b/sc/source/filter/xml/xmlfilti.hxx
@@ -32,6 +32,7 @@
#include "xmldpimp.hxx"
#include "queryentry.hxx"
+#include <stack>
#include <vector>
class ScXMLImport;