mingw64 requires including cstdint

This commit is contained in:
Ritchie Swann 2024-08-11 09:29:41 +01:00 committed by Rachael Alexanderson
parent 8043370ef1
commit 95f31cdd7e
No known key found for this signature in database
GPG Key ID: 26A8ACCE97115EE0
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@
#include <cassert>
#include <cstdio>
#include <cstdlib>
#include <cstdint>
#include <list>
#include <map>
#include <set>