mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-29 21:32:52 +00:00
AdvancedConfigPane: Add necessary includes to header
time_t is defined in ctime, and u32 is defined in CommonTypes.
This commit is contained in:
parent
24cf46aa5a
commit
2bd7f7f0d8
@ -4,8 +4,11 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <ctime>
|
||||
#include <wx/panel.h>
|
||||
|
||||
#include "Common/CommonTypes.h"
|
||||
|
||||
class DolphinSlider;
|
||||
class wxCheckBox;
|
||||
class wxDatePickerCtrl;
|
||||
|
Loading…
x
Reference in New Issue
Block a user