From 18808121ed34b3857335e54cac6fcdc03857c110 Mon Sep 17 00:00:00 2001 From: eidheim Date: Sun, 23 Jun 2019 12:46:21 +0200 Subject: [PATCH] Added missing include --- tests/io_test.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/io_test.cpp b/tests/io_test.cpp index b5e1a9b..67a6fb8 100644 --- a/tests/io_test.cpp +++ b/tests/io_test.cpp @@ -1,6 +1,7 @@ #include "assert.hpp" #include "client_http.hpp" #include "server_http.hpp" +#include using namespace std;