Merge pull request #4858 from Orphis/patch-1
DolphinWX: Add missing include for no-PCH builds
This commit is contained in:
commit
6ffa0492a6
|
@ -3,6 +3,7 @@
|
|||
// Refer to the license.txt file included.
|
||||
|
||||
#include <algorithm>
|
||||
#include <cctype>
|
||||
|
||||
#include <wx/button.h>
|
||||
#include <wx/dialog.h>
|
||||
|
|
Loading…
Reference in New Issue