From f3a382c01705d4bf8f4e540b56ad3ec9044debc9 Mon Sep 17 00:00:00 2001 From: Glen Fernandes Date: Thu, 2 May 2019 10:20:58 -0400 Subject: [PATCH] Update order of includes in noinit_adaptor_test.cpp --- test/noinit_adaptor_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/noinit_adaptor_test.cpp b/test/noinit_adaptor_test.cpp index 8af2f5b..605941f 100644 --- a/test/noinit_adaptor_test.cpp +++ b/test/noinit_adaptor_test.cpp @@ -5,9 +5,9 @@ Copyright 2019 Glen Joseph Fernandes Distributed under the Boost Software License, Version 1.0. (http://www.boost.org/LICENSE_1_0.txt) */ +#include #include #include -#include #include template