mirror of
https://github.com/boostorg/core.git
synced 2025-05-11 05:07:39 +00:00
Update order of includes in noinit_adaptor_test.cpp
This commit is contained in:
parent
ce05d650dc
commit
f3a382c017
@ -5,9 +5,9 @@ Copyright 2019 Glen Joseph Fernandes
|
|||||||
Distributed under the Boost Software License, Version 1.0.
|
Distributed under the Boost Software License, Version 1.0.
|
||||||
(http://www.boost.org/LICENSE_1_0.txt)
|
(http://www.boost.org/LICENSE_1_0.txt)
|
||||||
*/
|
*/
|
||||||
|
#include <boost/core/noinit_adaptor.hpp>
|
||||||
#include <boost/core/default_allocator.hpp>
|
#include <boost/core/default_allocator.hpp>
|
||||||
#include <boost/core/lightweight_test.hpp>
|
#include <boost/core/lightweight_test.hpp>
|
||||||
#include <boost/core/noinit_adaptor.hpp>
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
template<class T>
|
template<class T>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user