diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-11-18 23:15:06 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-11-18 23:17:16 -0500 |
commit | 3f4896bcfe21794239f8ec32f8f6d7e438a7907e (patch) | |
tree | 62796aa4a5fc5bc60cba9ac29ceacaa8fc084dd5 /connectivity/source/inc/ado/ADriver.hxx | |
parent | bbc9992094cbab668593cd6d84659d4d1a48e44f (diff) |
Build fix on Windows.
Change-Id: I5e4c29ce5a1f427c5642a253f985b42938912075
Diffstat (limited to 'connectivity/source/inc/ado/ADriver.hxx')
-rw-r--r-- | connectivity/source/inc/ado/ADriver.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/connectivity/source/inc/ado/ADriver.hxx b/connectivity/source/inc/ado/ADriver.hxx index 72ddec4e977a..3dbf7c98bf88 100644 --- a/connectivity/source/inc/ado/ADriver.hxx +++ b/connectivity/source/inc/ado/ADriver.hxx @@ -26,6 +26,10 @@ #include <cppuhelper/compbase3.hxx> #include <connectivity/CommonTools.hxx> +namespace com { namespace sun { namespace star { namespace lang { + class XMultiServiceFactory; +}}}} + namespace connectivity { namespace ado |