From e5bf418c3d1973e7e4ce083000158d43c856a9d2 Mon Sep 17 00:00:00 2001 From: Christian Mazakas Date: Wed, 20 Sep 2023 10:24:15 -0700 Subject: [PATCH] Add missing Boost.Tuple #include --- test/exception/insert_exception_tests.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/exception/insert_exception_tests.cpp b/test/exception/insert_exception_tests.cpp index 889dcee2..3e9908b1 100644 --- a/test/exception/insert_exception_tests.cpp +++ b/test/exception/insert_exception_tests.cpp @@ -10,6 +10,9 @@ #include "../helpers/random_values.hpp" #include "../helpers/strong.hpp" #include "../helpers/tracker.hpp" + +#include + #include #include