From aa0f0db0cdd0c49cf186ce847ec72b4b99ecbc86 Mon Sep 17 00:00:00 2001 From: Denis Blank Date: Fri, 17 Mar 2017 16:44:21 +0100 Subject: [PATCH] Also include the exception header --- test/mock/test-mock.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/test/mock/test-mock.cpp b/test/mock/test-mock.cpp index deb8fa4..a1c6b56 100644 --- a/test/mock/test-mock.cpp +++ b/test/mock/test-mock.cpp @@ -23,6 +23,7 @@ #include #include #include +#include struct continuable_base { template continuable_base& then(T&&) { return *this; }