fix more missing chrono includes
This commit is contained in:
parent
19d7ef287b
commit
94da604981
|
@ -33,6 +33,7 @@
|
|||
#include "EmuShared.h"
|
||||
#include "Logging.h"
|
||||
#include <future>
|
||||
#include <chrono>
|
||||
|
||||
|
||||
constexpr ControlState INPUT_DETECT_THRESHOLD = 0.35; // NOTE: this should probably be made user configurable
|
||||
|
|
|
@ -31,6 +31,7 @@
|
|||
#include "gui\resource\ResCxbx.h"
|
||||
#include "input\InputWindow.h"
|
||||
#include "common\input\LibusbDevice.h"
|
||||
#include <chrono>
|
||||
|
||||
|
||||
static LibusbInputWindow *g_InputWindow = nullptr;
|
||||
|
|
Loading…
Reference in New Issue