summaryrefslogtreecommitdiff
path: root/cppuhelper
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-08-21 08:30:04 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-08-21 08:45:16 +0100
commit30a96caa935904d685388a1c44851ef82d041953 (patch)
tree703a1793f8175a3281bdbf3802085085f5f3a4a9 /cppuhelper
parentcabd23916f3057b2c5f40aae0df6360342b6ea46 (diff)
OString’ was not declared in this scope
Change-Id: I753d725963c6f617e4c2d2bd775152a7369fd977
Diffstat (limited to 'cppuhelper')
-rw-r--r--cppuhelper/source/implbase.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/cppuhelper/source/implbase.cxx b/cppuhelper/source/implbase.cxx
index 24a3b27f7471..0d49d5fdbf78 100644
--- a/cppuhelper/source/implbase.cxx
+++ b/cppuhelper/source/implbase.cxx
@@ -21,6 +21,7 @@
#include <cppuhelper/compbase.hxx>
#include <osl/diagnose.h>
#include <rtl/instance.hxx>
+#include <rtl/string.hxx>
#include <rtl/uuid.h>
#include <com/sun/star/lang/XComponent.hpp>