Peter M. Groen
/
CLI11
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
863541ff1c3979a3934e3ad77e0a4e50c3bf1054
Authored by
Christoph Bachhuber
2020-02-22 07:38:50 +0100
Committed by
Henry Schreiner
2020-03-23 09:42:08 -0400
1 parent
3ab92ad4
Add necessary includes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
tests/app_helper.hpp
tests/app_helper.hpp
View file @
863541f
...
...
@@ -14,6 +14,9 @@
14
14
15
15
#include "gtest/gtest.h"
16
16
#include <iostream>
17
+#include <string>
18
+#include <utility>
19
+#include <vector>
17
20
18
21
using input_t = std::vector<std::string>;
19
22
...
...