diff options
author | Matúš Kukan <matus.kukan@collabora.com> | 2014-01-24 16:38:52 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@collabora.com> | 2014-01-24 16:41:22 +0100 |
commit | e24605a72f19116fd115ca1f7fa84298b0037c70 (patch) | |
tree | a809c5517232b4cf500bfccd93db752ac3289911 /toolkit | |
parent | ff1cc2ae942306939a5b520d300c8c08c49e9827 (diff) |
Include boost/ptr_container/ptr_vector.hpp at the beginning again.
This might fix
"workdir/UnpackedTarball/boost/boost/ptr_container/detail/static_move_ptr.hpp:154:46:
error: macro "check" passed 2 arguments, but takes just 1" ?
Change-Id: Ie8504149f7d2853a631b47186f5ca46cdf96b79e
Diffstat (limited to 'toolkit')
-rw-r--r-- | toolkit/source/awt/vclxtoolkit.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/toolkit/source/awt/vclxtoolkit.cxx b/toolkit/source/awt/vclxtoolkit.cxx index aec1d0370437..e2cfd8cadfca 100644 --- a/toolkit/source/awt/vclxtoolkit.cxx +++ b/toolkit/source/awt/vclxtoolkit.cxx @@ -17,6 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <boost/ptr_container/ptr_vector.hpp> + #include <stdio.h> #ifdef WNT #include <prewin.h> |