mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 14:19:02 +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
1 changed files with 3 additions and 0 deletions
|
@ -4,8 +4,11 @@
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#include <ctime>
|
||||||
#include <wx/panel.h>
|
#include <wx/panel.h>
|
||||||
|
|
||||||
|
#include "Common/CommonTypes.h"
|
||||||
|
|
||||||
class DolphinSlider;
|
class DolphinSlider;
|
||||||
class wxCheckBox;
|
class wxCheckBox;
|
||||||
class wxDatePickerCtrl;
|
class wxDatePickerCtrl;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue