Skip to content

Commit 5b8bbea

Browse files
committed
added missing include
1 parent 1776808 commit 5b8bbea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

include/parser.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#pragma once
22

3+
#include <iostream>
34
#include <vector>
45
#include <unordered_map>
56
#include <algorithm>
@@ -157,4 +158,4 @@ struct parser {
157158
}
158159
};
159160

160-
} // namespace cmd_line_parser
161+
} // namespace cmd_line_parser

0 commit comments

Comments
 (0)