Add define for int64_t. Seems to be needed on msys2 mingw
This commit is contained in:
parent
33253866aa
commit
ba9b2ebfb3
1 changed files with 1 additions and 0 deletions
|
@ -56,6 +56,7 @@
|
|||
#include <string>
|
||||
#include <utility>
|
||||
#include <ctime>
|
||||
#include <cstdint>
|
||||
|
||||
#include "formatter.hpp"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue