diff options
author | Noel Grandin <noel@peralex.com> | 2016-01-25 14:31:51 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-01-25 14:32:37 +0200 |
commit | f719e15c0e999a48e69412606ca1c47a8fbf00a7 (patch) | |
tree | 1f2fbf980894c6f605cee17426fee5230bf32d19 /embedserv | |
parent | ad683f8491593b67f2b6149d1d69a739c8ddd170 (diff) |
more Windows build fixes
after my OInterfaceContainer2 change
Change-Id: Ic365cf09631ff58c7d1b54795e7024923ebe02d1
Diffstat (limited to 'embedserv')
-rw-r--r-- | embedserv/source/embed/intercept.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embedserv/source/embed/intercept.cxx b/embedserv/source/embed/intercept.cxx index 39b4126bed74..bd4d288fc6f5 100644 --- a/embedserv/source/embed/intercept.cxx +++ b/embedserv/source/embed/intercept.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ #include <cppuhelper/weak.hxx> -#include <cppuhelper/interfacecontainer.h> +#include <cppuhelper/interfacecontainer.hxx> #include <embeddoc.hxx> #include <docholder.hxx> |