summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorJoseph Powers <jpowers27@cox.net>2011-02-23 19:02:41 -0800
committerJoseph Powers <jpowers27@cox.net>2011-02-23 19:02:41 -0800
commitb440fd8949bb12314102ad862426708881fe861e (patch)
treef5c4920ea0b0f82e66a8eb6905c7a77859d640bf /vcl
parent635171fadb485979f386a19853d26b2d32d03cbf (diff)
Add missing #include <boost/ptr_container/ptr_vector.hpp>
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/app/svdata.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/source/app/svdata.cxx b/vcl/source/app/svdata.cxx
index fd3158f1172c..9b5c380fcc55 100644
--- a/vcl/source/app/svdata.cxx
+++ b/vcl/source/app/svdata.cxx
@@ -30,6 +30,8 @@
#include "precompiled_vcl.hxx"
#include <string.h>
+#include <boost/ptr_container/ptr_vector.hpp>
+
#include <svsys.h>
#include <vcl/salinst.hxx>
#include <vcl/salframe.hxx>