summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2011-02-11 19:20:07 +0100
committerFridrich Štrba <fridrich.strba@bluewin.ch>2011-02-11 19:20:07 +0100
commit4c893784f9f7379335417c2a93895071aba06f4f (patch)
tree171d72f66bfe8cdc40c4c52470d583033bcf6b19
parent52205f3d026ab5517fd76ed1740f7f1c0ee28958 (diff)
Avoid confusion between boost::vector and std::vector
-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 08a34fc3d..45378cc4e 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;