diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-10-04 12:55:32 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-10-04 12:55:32 +0300 |
commit | 95f2f658215f4d2f946f8390d7f685fea5db6cda (patch) | |
tree | c78ee8d5d3ef93f41f00dcf0f5e46d14cc64e0fd /test | |
parent | AppVeyor: re-enable VS 2015 builds (diff) | |
download | winapi-utf8-95f2f658215f4d2f946f8390d7f685fea5db6cda.tar.gz winapi-utf8-95f2f658215f4d2f946f8390d7f685fea5db6cda.zip |
maybe #include file order matters?
Diffstat (limited to 'test')
-rw-r--r-- | test/convert.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/test/convert.cpp b/test/convert.cpp index 21882c3..f88cb47 100644 --- a/test/convert.cpp +++ b/test/convert.cpp @@ -5,10 +5,12 @@ #include <winapi/utf8.hpp> +// clang-format off #include <boost/format.hpp> -#include <boost/test/data/monomorphic.hpp> -#include <boost/test/data/test_case.hpp> #include <boost/test/unit_test.hpp> +#include <boost/test/data/test_case.hpp> +#include <boost/test/data/monomorphic.hpp> +// clang-format on #include <ostream> #include <string> |