blob: 87f6147e3c98f3c247e8a26c014177c46e3e3804 (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
 | /*
 * Copyright (c) 2010 Remko Tronçon
 * Licensed under the GNU General Public License v3.
 * See Documentation/Licenses/GPLv3.txt for more information.
 */
#pragma once
#include <boost/foreach.hpp>
#undef foreach
#define foreach BOOST_FOREACH
 |