Skip to content

Commit e53622a

Browse files
committed
feat: add ostream lib
1 parent b19dcaf commit e53622a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/parser_config_file/ConfigTypes.hpp

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#include <vector>
1010
#include <map>
1111
#include <exception>
12+
#include <ostream>
1213

1314
class ConfigParseError : public std::exception
1415
{

0 commit comments

Comments
 (0)