mirror of
https://github.com/TheLartians/ModernCppStarter.git
synced 2025-09-01 06:30:52 +02:00
replace <sstream> with <ostream>
This commit is contained in:
parent
716a30d90b
commit
df1d9bd86a
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
#if defined(_WIN32) || defined(WIN32)
|
#if defined(_WIN32) || defined(WIN32)
|
||||||
// apparently this is required to compile in MSVC++
|
// apparently this is required to compile in MSVC++
|
||||||
# include <sstream>
|
# include <ostream>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
TEST_CASE("Greeter") {
|
TEST_CASE("Greeter") {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue