echelon  0.8.0
stl_support.hpp
1 // Copyright (c) 2012-2014 Christopher Hinz
2 //
3 // Distributed under the Boost Software License, Version 1.0. (See accompanying
4 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
5 
6 #ifndef ECHELON_STL_SUPPORT_HPP
7 #define ECHELON_STL_SUPPORT_HPP
8 
9 #include <echelon/std/vector.hpp>
10 #include <echelon/std/complex.hpp>
11 
12 #endif