AdvancedConfigPane: Add necessary includes to header

time_t is defined in ctime, and u32 is defined in CommonTypes.
This commit is contained in:
Lioncash 2016-10-20 10:14:23 -04:00
parent 24cf46aa5a
commit 2bd7f7f0d8
1 changed files with 3 additions and 0 deletions

View File

@ -4,8 +4,11 @@
#pragma once
#include <ctime>
#include <wx/panel.h>
#include "Common/CommonTypes.h"
class DolphinSlider;
class wxCheckBox;
class wxDatePickerCtrl;