summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@novell.com>2011-03-04 13:11:38 +0000
committerMichael Meeks <michael.meeks@novell.com>2011-03-04 13:11:38 +0000
commitf66b9938fcdfca5870c707dca0e80f2ae8eabcc2 (patch)
treed34307c0325c1a0a9e585b522708093e05131fa8
parent482f8193fe7d522d46ca0c00cfcc973c5699bf9b (diff)
add missing boost include
-rw-r--r--svx/inc/svx/modctrl.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/svx/inc/svx/modctrl.hxx b/svx/inc/svx/modctrl.hxx
index 06d3ae008b..4254780a3f 100644
--- a/svx/inc/svx/modctrl.hxx
+++ b/svx/inc/svx/modctrl.hxx
@@ -31,6 +31,7 @@
#include <sfx2/stbitem.hxx>
#include "svx/svxdllapi.h"
+#include <boost/shared_ptr.hpp>
// class SvxModifyControl ------------------------------------------------