Add missing Boost.Tuple #include

This commit is contained in:
Christian Mazakas
2023-09-20 10:24:15 -07:00
parent 10b4aaa13e
commit 96170d56a9

View File

@ -10,6 +10,9 @@
#include "../helpers/random_values.hpp"
#include "../helpers/strong.hpp"
#include "../helpers/tracker.hpp"
#include <boost/tuple/tuple.hpp>
#include <cmath>
#include <string>