Include chrono

This commit is contained in:
Tixx
2025-03-15 23:06:49 +01:00
parent a3ad6f8700
commit a4005c5876

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;