--- k3d-source-0.7.11.0/k3dsdk/gzstream.cpp~ 2009-03-19 21:28:50.000000000 +0100 +++ k3d-source-0.7.11.0/k3dsdk/gzstream.cpp 2009-03-22 22:19:03.000000000 +0100 @@ -29,6 +29,7 @@ #include "gzstream.h" #include "path.h" +#include #include #include --- k3d-source-0.7.11.0/k3dsdk/gil/boost/gil/color_base_algorithm.hpp~ 2009-03-19 21:28:53.000000000 +0100 +++ k3d-source-0.7.11.0/k3dsdk/gil/boost/gil/color_base_algorithm.hpp 2009-03-22 22:33:45.000000000 +0100 @@ -70,7 +70,7 @@ template struct kth_semantic_element_reference_type { BOOST_STATIC_CONSTANT(int, semantic_index = (mpl::at_c::type::value)); typedef typename ColorBase::template kth_element_reference_type::type type; - static type get(ColorBase& cb) { return at_c(cb); } + static type get(ColorBase& cb) { return boost::gil::at_c(cb); } }; /// \brief Specifies the return type of the constant semantic_at_c(color_base); @@ -78,7 +78,7 @@ template struct kth_semantic_element_const_reference_type { BOOST_STATIC_CONSTANT(int, semantic_index = (mpl::at_c::type::value)); typedef typename ColorBase::template kth_element_const_reference_type::type type; - static type get(const ColorBase& cb) { return at_c(cb); } + static type get(const ColorBase& cb) { return boost::gil::at_c(cb); } }; /// \brief A mutable accessor to the K-th semantic element of a color base --- k3d-source-0.7.11.0/k3dsdk/path.cpp~ 2009-03-19 21:28:55.000000000 +0100 +++ k3d-source-0.7.11.0/k3dsdk/path.cpp 2009-03-22 22:48:31.000000000 +0100 @@ -24,6 +24,7 @@ #include "result.h" #include "system.h" +#include #include #ifdef K3D_API_WIN32 --- k3d-source-0.7.11.0/modules/inotify/inotify-cxx.cpp~ 2009-03-19 21:29:01.000000000 +0100 +++ k3d-source-0.7.11.0/modules/inotify/inotify-cxx.cpp 2009-03-22 23:16:31.000000000 +0100 @@ -20,6 +20,7 @@ */ +#include #include #include #include --- k3d-source-0.7.11.0/modules/pdiff/Metric.cpp~ 2009-03-19 21:29:02.000000000 +0100 +++ k3d-source-0.7.11.0/modules/pdiff/Metric.cpp 2009-03-22 23:34:09.000000000 +0100 @@ -19,6 +19,7 @@ #include "RGBAImage.h" #include "LPyramid.h" #include +#include #ifndef M_PI #define M_PI 3.14159265f