Kaydet (Commit) 267aa681 authored tarafından Fridrich Štrba's avatar Fridrich Štrba

Avoid confusion between boost::vector and std::vector

üst bf03aa3b
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment