server : add missing headers (#28795)

Signed-off-by: Adrien Gallouët <angt@huggingface.co>
This commit is contained in:
Adrien Gallouët
2026-09-12 11:23:54 +02:00
committed by GitHub
parent 718f7b4175
commit e192abb406
+2
View File
@@ -15,6 +15,8 @@
#include <limits>
#include <cstring>
#include <type_traits>
#include <chrono>
#include <thread>
#ifdef _WIN32
// windows.h defines min and max as macros, which breaks std::min and std::max