From 51a9bf5b23e254bb60fa19ad891da3f2f86f57b8 Mon Sep 17 00:00:00 2001 From: Dirk Stolle Date: Thu, 13 Mar 2025 00:34:06 +0100 Subject: [PATCH] Fix failing MSVC build on GitHub Actions --- test/expected.t.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/test/expected.t.cpp b/test/expected.t.cpp index 0ff8bce..b433716 100644 --- a/test/expected.t.cpp +++ b/test/expected.t.cpp @@ -9,6 +9,7 @@ // A proposal to add a utility class to represent expected monad // by Vicente J. Botet Escriba and Pierre Talbot, http:://wg21.link/p0323 +#include #include "expected-main.t.hpp" #ifndef nsel_CONFIG_CONFIRMS_COMPILATION_ERRORS