summaryrefslogtreecommitdiff
path: root/basic/source/runtime/ddectrl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'basic/source/runtime/ddectrl.hxx')
-rw-r--r--basic/source/runtime/ddectrl.hxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/basic/source/runtime/ddectrl.hxx b/basic/source/runtime/ddectrl.hxx
index ea4557d4d02e..dc172d1143f0 100644
--- a/basic/source/runtime/ddectrl.hxx
+++ b/basic/source/runtime/ddectrl.hxx
@@ -21,7 +21,10 @@
#define INCLUDED_BASIC_SOURCE_RUNTIME_DDECTRL_HXX
#include <tools/link.hxx>
-#include <basic/sberrors.hxx>
+#include <vcl/errcode.hxx>
+
+#include <memory>
+#include <vector>
class DdeConnection;
class DdeData;