diff options
author | Joseph Powers <jpowers27@cox.net> | 2011-02-23 19:02:41 -0800 |
---|---|---|
committer | Joseph Powers <jpowers27@cox.net> | 2011-02-23 19:02:41 -0800 |
commit | b440fd8949bb12314102ad862426708881fe861e (patch) | |
tree | f5c4920ea0b0f82e66a8eb6905c7a77859d640bf /vcl | |
parent | 635171fadb485979f386a19853d26b2d32d03cbf (diff) |
Add missing #include <boost/ptr_container/ptr_vector.hpp>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/app/svdata.cxx | 2 |
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> |