mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 09:39:46 -06:00
Fix compiling Dolphin on devices that provide crazy GLES drivers
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user