Add define for int64_t. Seems to be needed on msys2 mingw

This commit is contained in:
loonycyborg 2023-06-09 21:53:25 +03:00
parent 33253866aa
commit ba9b2ebfb3
No known key found for this signature in database
GPG key ID: 6E8233FAB8F26D61

View file

@ -56,6 +56,7 @@
#include <string>
#include <utility>
#include <ctime>
#include <cstdint>
#include "formatter.hpp"