Add missing detail/pair.hpp include

This commit is contained in:
Ion Gaztañaga
2024-06-14 12:35:23 +02:00
parent d1d8c43c2d
commit f21c5fb723

View File

@@ -11,6 +11,7 @@
#include <boost/container/small_vector.hpp> #include <boost/container/small_vector.hpp>
#include <boost/container/stable_vector.hpp> #include <boost/container/stable_vector.hpp>
#include <boost/container/static_vector.hpp> #include <boost/container/static_vector.hpp>
#include <boost/container/detail/pair.hpp>
#include <iostream> #include <iostream>