Skip to content

Commit b9dca84

Browse files
committed
stuff
1 parent 38f20d2 commit b9dca84

File tree

4 files changed

+6
-1
lines changed

4 files changed

+6
-1
lines changed

src/tst/application.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ SOFTWARE.
2626

2727
#include "application.hpp"
2828

29+
#include <iostream>
30+
2931
#include <utki/config.hpp>
3032
#include <utki/exception.hpp>
3133
#include <utki/string.hpp>

src/tst/main.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ SOFTWARE.
2424

2525
/* ================ LICENSE END ================ */
2626

27+
#include <iostream>
28+
2729
#include <clargs/parser.hpp>
2830
#include <utki/config.hpp>
2931
#include <utki/util.hpp>

src/tst/reporter.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ SOFTWARE.
2626

2727
#include "reporter.hxx"
2828

29+
#include <iostream>
2930
#include <fstream>
3031
#include <ratio>
3132

tool-configs

0 commit comments

Comments
 (0)