Fix 'max' (#81)

This commit is contained in:
DanielSvoboda
2026-02-24 19:05:25 -03:00
committed by GitHub
parent 1551d59fbc
commit 8d1f1c5672
+1
View File
@@ -5,6 +5,7 @@
#include <iostream>
#include <filesystem>
#if defined(_WIN32)
#define NOMINMAX
#include <windows.h>
#endif