From b5df0b2ee9ba7cd36b8a573708706f6f68b47b4c Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sat, 29 Oct 2022 04:08:38 +0300 Subject: [PATCH] Reorder includes to work around an odd msvc-14.0 bug --- example/hash_value.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/hash_value.cpp b/example/hash_value.cpp index b85abb9..7126716 100644 --- a/example/hash_value.cpp +++ b/example/hash_value.cpp @@ -2,9 +2,9 @@ // Distributed under the Boost Software License, Version 1.0. // https://www.boost.org/LICENSE_1_0.txt +#include #include #include -#include #include #include #include