Skip to content

Commit

Permalink
Merge pull request boostorg#42 from MarcelRaad/fix-includes
Browse files Browse the repository at this point in the history
Add missing includes
  • Loading branch information
djowel committed Jul 5, 2014
2 parents e95d80d + 0baa99a commit e96a0e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions include/boost/spirit/home/karma/directive/columns.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
#include <boost/spirit/home/support/info.hpp>
#include <boost/fusion/include/at.hpp>
#include <boost/fusion/include/vector.hpp>
#include <boost/integer_traits.hpp>

namespace boost { namespace spirit
{
Expand Down
1 change: 1 addition & 0 deletions include/boost/spirit/home/qi/operator/sequential_or.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#include <boost/spirit/home/qi/detail/attributes.hpp>
#include <boost/spirit/home/support/detail/what_function.hpp>
#include <boost/spirit/home/support/algorithm/any_if_ns.hpp>
#include <boost/spirit/home/support/handles_container.hpp>
#include <boost/fusion/include/as_vector.hpp>
#include <boost/fusion/include/for_each.hpp>

Expand Down

0 comments on commit e96a0e7

Please sign in to comment.