There, there windows..it'll be ok...

This commit is contained in:
Uleat 2020-01-01 20:57:42 -05:00
parent 689493610f
commit d50e5855c4

View File

@ -25,7 +25,11 @@
#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
#ifdef _WINDOWS
#include <functional>
#include <algorithm>
#endif #endif
#include "types.h" #include "types.h"