From fe18fdbb3bf8d92e1bfb1ee97c5149e0eca16a65 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Tue, 30 Apr 2019 21:29:34 +0300 Subject: [PATCH] Include endian/conversion.hpp in the store tests instead of the detail header --- test/endian_ld_st_roundtrip_test.cpp | 3 +-- test/endian_store_test.cpp | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/test/endian_ld_st_roundtrip_test.cpp b/test/endian_ld_st_roundtrip_test.cpp index d64c38e..436f4cb 100644 --- a/test/endian_ld_st_roundtrip_test.cpp +++ b/test/endian_ld_st_roundtrip_test.cpp @@ -3,8 +3,7 @@ // Distributed under the Boost Software License, Version 1.0. // http://www.boost.org/LICENSE_1_0.txt -#include -#include +#include #include #include #include diff --git a/test/endian_store_test.cpp b/test/endian_store_test.cpp index 77b8a9d..bd045f4 100644 --- a/test/endian_store_test.cpp +++ b/test/endian_store_test.cpp @@ -3,7 +3,7 @@ // Distributed under the Boost Software License, Version 1.0. // http://www.boost.org/LICENSE_1_0.txt -#include +#include #include #include #include