From 65cf9dd693e6b59a589b16905ec629ab720ac3a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Alexandre=20Boissonneault?= Date: Sat, 2 Dec 2017 19:55:35 -0500 Subject: [PATCH] Fixed missing includes --- tests/constructors.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/constructors.cpp b/tests/constructors.cpp index 420c8bd..a963a2a 100644 --- a/tests/constructors.cpp +++ b/tests/constructors.cpp @@ -2,6 +2,8 @@ #include "expected.hpp" #include +#include +#include struct takes_init_and_variadic { std::vector v;