added missing include of stringstream for windows

This commit is contained in:
Sascha Kühl 2026-01-16 13:07:49 +01:00
parent 7626331866
commit 1143710f8d
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@
#include <cstring> #include <cstring>
#include <iomanip> #include <iomanip>
#include <string> #include <string>
#include <sstream>
#include <type_traits> #include <type_traits>
/* /*