From 5b66e92c25f098f1b9eacaa4d403ef861c59f95f Mon Sep 17 00:00:00 2001 From: Matt Borland Date: Wed, 18 Dec 2024 11:04:52 -0500 Subject: [PATCH] Re-arrange headers to avoid internal errors --- include/boost/crypt2/hash/detail/sha_1_2_hasher_base.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/crypt2/hash/detail/sha_1_2_hasher_base.hpp b/include/boost/crypt2/hash/detail/sha_1_2_hasher_base.hpp index 33284df7..5bb862c8 100644 --- a/include/boost/crypt2/hash/detail/sha_1_2_hasher_base.hpp +++ b/include/boost/crypt2/hash/detail/sha_1_2_hasher_base.hpp @@ -25,9 +25,9 @@ #include #include #include +#include #include #include -#include #endif