diff options
author | Noel Grandin <noel@peralex.com> | 2016-01-25 13:04:05 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-01-25 13:05:01 +0200 |
commit | 45b8337f6a6d08a94a1ecac5fdf3d802b299a355 (patch) | |
tree | d81b9f42c81440f360fb4df07349b8881eb224e1 /embedserv/source | |
parent | d6ccd22db0e8bcdeacdc2f39cbab0d9f79298ef8 (diff) |
more Windows build fixes
after my OInterfaceContainer2 change
Change-Id: I869126a90e67bd00e953182ccafa6569009316ea
Diffstat (limited to 'embedserv/source')
-rw-r--r-- | embedserv/source/embed/intercept.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/embedserv/source/embed/intercept.cxx b/embedserv/source/embed/intercept.cxx index cefff859e13c..3237ebe20c68 100644 --- a/embedserv/source/embed/intercept.cxx +++ b/embedserv/source/embed/intercept.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ #include <cppuhelper/weak.hxx> +#include <cppuhelper/interfacecontainer.h> #include <embeddoc.hxx> #include <docholder.hxx> |