#ifndef SWIFTEN_FOREACH_H
#define SWIFTEN_FOREACH_H

#include <boost/foreach.hpp>

#undef foreach
#define foreach BOOST_FOREACH

#endif