Update order of includes in noinit_adaptor_test.cpp

This commit is contained in:
Glen Fernandes 2019-05-02 10:20:58 -04:00
parent ce05d650dc
commit f3a382c017

View File

@ -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 <boost/core/noinit_adaptor.hpp>
#include <boost/core/default_allocator.hpp>
#include <boost/core/lightweight_test.hpp>
#include <boost/core/noinit_adaptor.hpp>
#include <vector>
template<class T>