mirror of
https://github.com/boostorg/gil.git
synced 2026-02-19 02:22:09 +00:00
GIL: Fixed Ticket #1520: Added several missing header files
[SVN r51353]
This commit is contained in:
@@ -25,6 +25,8 @@
|
||||
///
|
||||
////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include <cstddef>
|
||||
|
||||
#define planar_ptr planar_pixel_iterator
|
||||
#define planar_ref planar_pixel_reference
|
||||
#define membased_2d_locator memory_based_2d_locator
|
||||
|
||||
@@ -18,11 +18,13 @@
|
||||
/// \brief Support for color space of N channels and variants
|
||||
/// \author Lubomir Bourdev and Hailin Jin \n
|
||||
/// Adobe Systems Incorporated
|
||||
/// \date 2005-2007 \n Last updated on October 10, 2007
|
||||
/// \date 2005-2009 \n Last updated on February 20, 2009
|
||||
////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include <cstddef>
|
||||
#include "gil_config.hpp"
|
||||
#include "utilities.hpp"
|
||||
#include "metafunctions.hpp"
|
||||
#include <boost/type_traits.hpp>
|
||||
#include <boost/mpl/range_c.hpp>
|
||||
#include <boost/mpl/vector_c.hpp>
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
#include <boost/mpl/at.hpp>
|
||||
#include <boost/mpl/size.hpp>
|
||||
#include "../../gil_config.hpp"
|
||||
#include "io_error.hpp"
|
||||
#include "../dynamic_image/any_image.hpp"
|
||||
|
||||
namespace boost { namespace gil {
|
||||
|
||||
@@ -24,6 +24,7 @@
|
||||
#include <vector>
|
||||
#include "../../gil_all.hpp"
|
||||
#include "io_error.hpp"
|
||||
#include <jpeglib.h>
|
||||
|
||||
namespace boost { namespace gil {
|
||||
|
||||
|
||||
@@ -23,6 +23,7 @@
|
||||
#include <boost/static_assert.hpp>
|
||||
#include "../../gil_all.hpp"
|
||||
#include "io_error.hpp"
|
||||
#include <png.h>
|
||||
|
||||
namespace boost { namespace gil {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user