Reorder includes to work around an odd msvc-14.0 bug

This commit is contained in:
Peter Dimov
2022-10-29 04:08:38 +03:00
parent 1e32c60dff
commit b5df0b2ee9

View File

@@ -2,9 +2,9 @@
// Distributed under the Boost Software License, Version 1.0.
// https://www.boost.org/LICENSE_1_0.txt
#include <boost/container_hash/hash.hpp>
#include <boost/describe.hpp>
#include <boost/mp11.hpp>
#include <boost/container_hash/hash.hpp>
#include <boost/variant2/variant.hpp>
#include <boost/version.hpp>
#include <vector>