diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-12-04 10:43:02 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-12-04 10:46:47 -0500 |
commit | 6597fd871d5e60f5060fcf085741735d7683cf59 (patch) | |
tree | edb0100329bbde8a18bf51429ff5907223c2e70b /sw | |
parent | 79233d98d98df1a56e623f35806183071499b194 (diff) |
Build fix on Windows.
Change-Id: Ifad333a5e7254bc11006df18dfff71f23da834fb
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/ole/ndole.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/source/core/ole/ndole.cxx b/sw/source/core/ole/ndole.cxx index b8a2f093ef3f..b7020dc68748 100644 --- a/sw/source/core/ole/ndole.cxx +++ b/sw/source/core/ole/ndole.cxx @@ -57,6 +57,8 @@ #include <vcl/graphicfilter.hxx> #include <comcore.hrc> +#include <deque> + using namespace utl; using namespace com::sun::star::uno; using namespace com::sun::star; |