mirror of
https://github.com/boostorg/spirit.git
synced 2026-01-19 04:42:11 +00:00
Tests: fix missing sstream includes (more)
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
#include <boost/spirit/include/karma.hpp>
|
||||
|
||||
#include <iostream>
|
||||
#include <sstream>
|
||||
|
||||
// Note how the return is made by value instead of by reference.
|
||||
template <typename T> T identity(T const& t) { return t; }
|
||||
|
||||
Reference in New Issue
Block a user