Merge bug fixes to release; Fixes #7399 Fixes #7400 Fixes #7401

[SVN r80670]
This commit is contained in:
Marshall Clow
2012-09-23 14:56:41 +00:00
parent 6341cfb1a6
commit 29bd9f53d9
6 changed files with 105 additions and 7 deletions

View File

@ -14,6 +14,11 @@
#include <boost/assert.hpp>
#include <boost/static_assert.hpp>
#include <boost/range/begin.hpp>
#include <boost/range/end.hpp>
#include <boost/utility/enable_if.hpp>
#include <boost/type_traits/is_same.hpp>
#include <boost/algorithm/searching/detail/bm_traits.hpp>

View File

@ -15,6 +15,11 @@
#include <boost/assert.hpp>
#include <boost/static_assert.hpp>
#include <boost/range/begin.hpp>
#include <boost/range/end.hpp>
#include <boost/utility/enable_if.hpp>
#include <boost/type_traits/is_same.hpp>
#include <boost/algorithm/searching/detail/debugging.hpp>