From 1cb8bafb1f1a61442e356ec7b5e4321c1d70cd5f Mon Sep 17 00:00:00 2001 From: Phil Nash Date: Mon, 13 Feb 2017 17:43:43 +0000 Subject: [PATCH] Added missing #include in test file --- projects/SelfTest/TrickyTests.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/projects/SelfTest/TrickyTests.cpp b/projects/SelfTest/TrickyTests.cpp index f0311158..26625b03 100644 --- a/projects/SelfTest/TrickyTests.cpp +++ b/projects/SelfTest/TrickyTests.cpp @@ -10,6 +10,8 @@ #pragma clang diagnostic ignored "-Wpadded" #endif +#include + #include "catch.hpp" #ifdef __clang__