1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00

Add missing cstdint include not found on Windows

This commit is contained in:
Reid Kleckner 2020-02-27 17:24:50 -08:00
parent d1e548f99a
commit 312b1860b3

View File

@ -18,6 +18,7 @@
#include <cassert>
#include <climits>
#include <cmath>
#include <cstdint>
#include <cstring>
#include <limits>
#include <type_traits>