Boost GIL


raw.hpp
Go to the documentation of this file.
1 /*
2  Copyright 2013 Christian Henning
3  Use, modification and distribution are subject to the Boost Software License,
4  Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
5  http://www.boost.org/LICENSE_1_0.txt).
6 */
7 
8 /*************************************************************************************************/
9 
10 #ifndef BOOST_GIL_EXTENSION_IO_RAW_HPP
11 #define BOOST_GIL_EXTENSION_IO_RAW_HPP
12 
21 
22 #include <boost/gil/extension/io/raw/read.hpp>
23 
24 #endif