summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Powers <jpowers27@cox.net>2011-02-23 19:38:56 -0800
committerJoseph Powers <jpowers27@cox.net>2011-02-23 19:38:56 -0800
commit0591319c053b2e507c1a4b6ee198794c21cbe710 (patch)
treed1bbd6f5490ce46b898d21e401071d06fc419a94
parentb440fd8949bb12314102ad862426708881fe861e (diff)
Some more #include <boost/ptr_container/ptr_vector.hpp> fixes
-rw-r--r--toolkit/source/awt/vclxdialog.cxx1
-rw-r--r--toolkit/source/awt/vclxtoolkit.cxx4
2 files changed, 4 insertions, 1 deletions
diff --git a/toolkit/source/awt/vclxdialog.cxx b/toolkit/source/awt/vclxdialog.cxx
index e10ffc0c237b..d75ada7de73e 100644
--- a/toolkit/source/awt/vclxdialog.cxx
+++ b/toolkit/source/awt/vclxdialog.cxx
@@ -26,6 +26,7 @@
*
************************************************************************/
+#include <boost/ptr_container/ptr_vector.hpp>
#include "vclxdialog.hxx"
#include <com/sun/star/awt/PosSize.hpp>
diff --git a/toolkit/source/awt/vclxtoolkit.cxx b/toolkit/source/awt/vclxtoolkit.cxx
index 6edf235670dd..cdac85f86885 100644
--- a/toolkit/source/awt/vclxtoolkit.cxx
+++ b/toolkit/source/awt/vclxtoolkit.cxx
@@ -28,6 +28,9 @@
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_toolkit.hxx"
+
+#include <boost/ptr_container/ptr_vector.hpp>
+
#include <com/sun/star/beans/PropertyAttribute.hpp>
#include <tools/svwin.h>
@@ -75,7 +78,6 @@
#include <toolkit/helper/unowrapper.hxx>
#include <toolkit/helper/servicenames.hxx>
-
#include <toolkit/helper/macros.hxx>
#include <toolkit/helper/convert.hxx>
#include <vcl/unohelp.hxx>