Don't include Foreach.h in RageUtil.h which does not use it. Instead, include it in the individual files that actually use it.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#include "global.h"
|
||||
#include "JoystickDevice.h"
|
||||
#include "RageUtil.h"
|
||||
#include "Foreach.h"
|
||||
|
||||
using namespace std;
|
||||
using __gnu_cxx::hash_map;
|
||||
|
||||
Reference in New Issue
Block a user