DolphinWX: Add missing include for no-PCH builds

This commit is contained in:
Florent Castelli 2017-02-08 05:24:46 +01:00 committed by GitHub
parent c9696ccdd5
commit 2bc3ffe07d

View File

@ -3,6 +3,7 @@
// Refer to the license.txt file included.
#include <algorithm>
#include <cctype>
#include <wx/button.h>
#include <wx/dialog.h>