summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Glazunov <vg@openoffice.org>2010-05-31 11:58:26 +0200
committerVladimir Glazunov <vg@openoffice.org>2010-05-31 11:58:26 +0200
commit3d8c426a8b699a1e5a63942adbcfcbffb9a84d46 (patch)
treefa9461b2d1abb90476e698cde37d7b7ec6381228
parentcb00a572b32b16b0a7fcc5e4a81abb01bbfe7d9a (diff)
#i10000# added missing headers
Notes
split repo tag: writer_ooo/DEV300_m80
-rw-r--r--sw/inc/swtable.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/inc/swtable.hxx b/sw/inc/swtable.hxx
index 13fd0a385f4f..1b1316ce37d1 100644
--- a/sw/inc/swtable.hxx
+++ b/sw/inc/swtable.hxx
@@ -39,6 +39,8 @@
#include <node.hxx> // fuer StartNode->GetMyIndex
#else
class SwStartNode;
+#include <memory>
+#include <boost/noncopyable.hpp>
#endif
class Color;