summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--idl/inc/lex.hxx1
-rw-r--r--idl/inc/object.hxx1
-rw-r--r--idl/inc/types.hxx1
3 files changed, 3 insertions, 0 deletions
diff --git a/idl/inc/lex.hxx b/idl/inc/lex.hxx
index 6578bf2ba03d..749d109bbf95 100644
--- a/idl/inc/lex.hxx
+++ b/idl/inc/lex.hxx
@@ -32,6 +32,7 @@
#include <hash.hxx>
#include <tools/gen.hxx>
#include <tools/stream.hxx>
+#include <tools/list.hxx>
enum SVTOKEN_ENUM { SVTOKEN_EMPTY, SVTOKEN_COMMENT,
SVTOKEN_INTEGER, SVTOKEN_STRING,
diff --git a/idl/inc/object.hxx b/idl/inc/object.hxx
index 5b454dc37d6e..84965e1cc768 100644
--- a/idl/inc/object.hxx
+++ b/idl/inc/object.hxx
@@ -33,6 +33,7 @@
#include <types.hxx>
#include <slot.hxx>
#include <vector>
+#include <tools/list.hxx>
struct SvSlotElement
{
diff --git a/idl/inc/types.hxx b/idl/inc/types.hxx
index 8c064cd35305..d716ac520f62 100644
--- a/idl/inc/types.hxx
+++ b/idl/inc/types.hxx
@@ -29,6 +29,7 @@
#ifndef _TYPES_HXX
#define _TYPES_HXX
+#include <tools/list.hxx>
#include <tools/ref.hxx>
#include <basobj.hxx>