summaryrefslogtreecommitdiff
path: root/extensions/source
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source')
-rw-r--r--extensions/source/ole/servprov.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/extensions/source/ole/servprov.cxx b/extensions/source/ole/servprov.cxx
index 15ab439f1739..958a6c8de913 100644
--- a/extensions/source/ole/servprov.cxx
+++ b/extensions/source/ole/servprov.cxx
@@ -29,6 +29,8 @@
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_extensions.hxx"
+#include <vector>
+
#ifdef __MINGW32__
#define INITGUID
#include <initguid.h>
@@ -53,7 +55,6 @@ extern CComModule _Module;
#include <tools/postsys.h>
-using namespace std;
using namespace cppu;
using namespace rtl;
using namespace osl;