From 98224840882f898cf99ff7bf9fa573f49487bb0e Mon Sep 17 00:00:00 2001 From: Denis Blank Date: Fri, 17 Mar 2017 16:33:26 +0100 Subject: [PATCH] Fix the CI build --- 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 2707ff6..deb8fa4 100644 --- a/test/mock/test-mock.cpp +++ b/test/mock/test-mock.cpp @@ -22,6 +22,7 @@ #include #include +#include struct continuable_base { template continuable_base& then(T&&) { return *this; }