From b077c25108bd4f75a44fc6a9dca90288140c5436 Mon Sep 17 00:00:00 2001 From: Reid Kleckner Date: Thu, 27 Feb 2020 17:24:50 -0800 Subject: [PATCH] Add missing cstdint include not found on Windows --- llvm/include/llvm/Support/MathExtras.h | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/include/llvm/Support/MathExtras.h b/llvm/include/llvm/Support/MathExtras.h index f07d0b7..78afb3b 100644 --- a/llvm/include/llvm/Support/MathExtras.h +++ b/llvm/include/llvm/Support/MathExtras.h @@ -18,6 +18,7 @@ #include #include #include +#include #include #include #include -- 2.7.4