From 863541ff1c3979a3934e3ad77e0a4e50c3bf1054 Mon Sep 17 00:00:00 2001 From: Christoph Bachhuber Date: Sat, 22 Feb 2020 07:38:50 +0100 Subject: [PATCH] Add necessary includes --- tests/app_helper.hpp | 3 +++ 1 file changed, 3 insertions(+), 0 deletions(-) diff --git a/tests/app_helper.hpp b/tests/app_helper.hpp index c0960c6..6b250a4 100644 --- a/tests/app_helper.hpp +++ b/tests/app_helper.hpp @@ -14,6 +14,9 @@ #include "gtest/gtest.h" #include +#include +#include +#include using input_t = std::vector; -- libgit2 0.21.4