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; }