Commit 863541ff1c3979a3934e3ad77e0a4e50c3bf1054

Authored by Christoph Bachhuber
Committed by Henry Schreiner
1 parent 3ab92ad4

Add necessary includes

Showing 1 changed file with 3 additions and 0 deletions
tests/app_helper.hpp
... ... @@ -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  
... ...