$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r82775 - trunk/libs/gil/toolbox/test
From: chhenning_at_[hidden]
Date: 2013-02-07 11:45:43
Author: chhenning
Date: 2013-02-07 11:45:42 EST (Thu, 07 Feb 2013)
New Revision: 82775
URL: http://svn.boost.org/trac/boost/changeset/82775
Log:
Fixed compiler errors for gcc and clang.
Text files modified:
trunk/libs/gil/toolbox/test/channel_view.cpp | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
Modified: trunk/libs/gil/toolbox/test/channel_view.cpp
==============================================================================
--- trunk/libs/gil/toolbox/test/channel_view.cpp (original)
+++ trunk/libs/gil/toolbox/test/channel_view.cpp 2013-02-07 11:45:42 EST (Thu, 07 Feb 2013)
@@ -2,6 +2,7 @@
#include <boost/type_traits/is_same.hpp>
+#include <boost/gil/gil_all.hpp>
#include <boost/gil/extension/toolbox/metafunctions/channel_view.hpp>
using namespace boost;