2
0
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:
Nikita Kniazev
2023-03-18 22:41:52 +03:00
parent bda34254dc
commit 250e78ad0d

View File

@@ -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; }