mirror of
https://github.com/boostorg/describe.git
synced 2026-01-19 04:12:07 +00:00
Reorder includes to work around an odd msvc-14.0 bug
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user