Skip to content

Commit

Permalink
Tests: fix missing sstream includes
Browse files Browse the repository at this point in the history
  • Loading branch information
Kojoley committed Mar 18, 2023
1 parent 3e76333 commit bda3425
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/karma/test_manip_attr.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#include <iterator>
#include <iostream>
#include <typeinfo>
#include <sstream>

#include <boost/spirit/include/karma_stream.hpp>

Expand Down
2 changes: 2 additions & 0 deletions test/lex/auto_switch_lexerstate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
#include <boost/core/lightweight_test.hpp>
#include <boost/phoenix/operator/self.hpp>

#include <sstream>

namespace spirit = boost::spirit;
namespace lex = spirit::lex;

Expand Down
2 changes: 2 additions & 0 deletions test/lex/id_type_enum.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
#include <boost/core/lightweight_test.hpp>
#include <boost/phoenix/operator/self.hpp>

#include <sstream>

namespace spirit = boost::spirit;
namespace lex = spirit::lex;

Expand Down
2 changes: 2 additions & 0 deletions test/lex/regression_file_iterator1.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
#include <boost/core/lightweight_test.hpp>
#include <boost/phoenix/operator/self.hpp>

#include <sstream>

namespace spirit = boost::spirit;
namespace lex = spirit::lex;

Expand Down
2 changes: 2 additions & 0 deletions test/lex/regression_file_iterator2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
#include <boost/phoenix/operator/self.hpp>
#include <boost/phoenix/statement/sequence.hpp>

#include <sstream>

namespace spirit = boost::spirit;
namespace lex = spirit::lex;

Expand Down
2 changes: 2 additions & 0 deletions test/lex/regression_file_iterator4.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
#include <boost/phoenix/operator/self.hpp>
#include <boost/phoenix/statement/sequence.hpp>

#include <sstream>

namespace spirit = boost::spirit;
namespace lex = spirit::lex;

Expand Down
1 change: 1 addition & 0 deletions test/qi/test_manip_attr.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#include <iterator>
#include <iostream>
#include <typeinfo>
#include <sstream>

#include <boost/spirit/include/qi_parse.hpp>
#include <boost/spirit/include/qi_stream.hpp>
Expand Down

0 comments on commit bda3425

Please sign in to comment.