Fix compiling Dolphin on devices that provide crazy GLES drivers

This commit is contained in:
Ryan Houdek
2013-03-05 03:53:25 +00:00
parent b7db96e2e5
commit 3ac7ee4623
3 changed files with 3 additions and 2 deletions

View File

@ -16,7 +16,6 @@
// http://code.google.com/p/dolphin-emu/
#include "X11Utils.h"
#include "WxUtils.h"
#include <unistd.h>
#include <spawn.h>
@ -27,6 +26,7 @@ extern char **environ;
#if defined(HAVE_WX) && HAVE_WX
#include <string>
#include <algorithm>
#include "WxUtils.h"
#endif
namespace X11Utils