Make windows happy?

This commit is contained in:
Akkadius 2020-01-01 19:16:33 -06:00
parent 406b193206
commit 689493610f

View File

@ -25,6 +25,7 @@
#ifndef _WIN32 #ifndef _WIN32
// this doesn't appear to affect linux-based systems..need feedback for _WIN64 // this doesn't appear to affect linux-based systems..need feedback for _WIN64
#include <fmt/format.h> #include <fmt/format.h>
#include <cctype>
#endif #endif
#include "types.h" #include "types.h"