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