Fix Linux build

This commit is contained in:
Pierre Bourdon
2014-02-18 12:09:38 +01:00
parent 2afe215271
commit dc1db82f70
9 changed files with 24 additions and 10 deletions

View File

@ -7,8 +7,10 @@
#include <wx/wx.h>
#include <wx/gbsizer.h>
#include <wx/spinbutt.h>
#include <wx/spinctrl.h>
#include <wx/notebook.h>
#include <wx/filepicker.h>
#include "Core/ConfigManager.h"
#if defined(HAVE_XRANDR) && HAVE_XRANDR
#include "DolphinWX/X11Utils.h"