summaryrefslogtreecommitdiffstats
blob: b2bee663cde0db653940ed22b8e745bbce4e4481 (plain)
1
2
3
4
5
6
7
8
9
#ifndef SWIFTEN_FOREACH_H
#define SWIFTEN_FOREACH_H

#include <boost/foreach.hpp>

#undef foreach
#define foreach BOOST_FOREACH

#endif