Include chrono

This commit is contained in:
Tixx 2025-03-15 23:06:49 +01:00
parent a3ad6f8700
commit a4005c5876
No known key found for this signature in database
GPG Key ID: EC6E7A2BAABF0B8C

View File

@ -26,6 +26,7 @@
#include <string>
#include <thread>
#include "Options.h"
#include <chrono>
std::chrono::time_point<std::chrono::high_resolution_clock> PingStart, PingEnd;
bool GConnected = false;