summaryrefslogtreecommitdiff
path: root/include/dbaccess/IController.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/dbaccess/IController.hxx')
-rw-r--r--include/dbaccess/IController.hxx8
1 files changed, 7 insertions, 1 deletions
diff --git a/include/dbaccess/IController.hxx b/include/dbaccess/IController.hxx
index 01ea207f00b9..f19ca143a1c0 100644
--- a/include/dbaccess/IController.hxx
+++ b/include/dbaccess/IController.hxx
@@ -20,11 +20,17 @@
#ifndef INCLUDED_DBACCESS_ICONTROLLER_HXX
#define INCLUDED_DBACCESS_ICONTROLLER_HXX
-#include <com/sun/star/beans/PropertyValue.hpp>
+#include <com/sun/star/uno/Reference.hxx>
+#include <com/sun/star/uno/RuntimeException.hpp>
#include <com/sun/star/uno/Sequence.hxx>
#include <dbaccess/dbaccessdllapi.h>
+#include <rtl/ustring.hxx>
+#include <sal/types.h>
namespace com { namespace sun { namespace star {
+ namespace beans {
+ struct PropertyValue;
+ }
namespace util {
struct URL;
}