diff options
Diffstat (limited to 'test/buildtool/serve_api')
-rw-r--r-- | test/buildtool/serve_api/source_tree_client.test.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/buildtool/serve_api/source_tree_client.test.cpp b/test/buildtool/serve_api/source_tree_client.test.cpp index bc8bfad1..f2620cc5 100644 --- a/test/buildtool/serve_api/source_tree_client.test.cpp +++ b/test/buildtool/serve_api/source_tree_client.test.cpp @@ -13,6 +13,7 @@ // limitations under the License. #include <string> +#include <variant> #include "catch2/catch_test_macros.hpp" #include "src/buildtool/serve_api/remote/config.hpp" |