fix more missing chrono includes

This commit is contained in:
Luke Usher 2025-07-11 13:31:35 +01:00
parent 19d7ef287b
commit 94da604981
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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;