Merge pull request #4858 from Orphis/patch-1

DolphinWX: Add missing include for no-PCH builds
This commit is contained in:
Mat M 2017-02-07 23:26:57 -05:00 committed by GitHub
commit 6ffa0492a6
1 changed files with 1 additions and 0 deletions

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>