From b3f364e8561caeb704f48e962df9c4c0bdad4aa2 Mon Sep 17 00:00:00 2001 From: Jianzhou Zhao Date: Sat, 12 Sep 2020 08:49:22 +0000 Subject: [PATCH] Add a header file to support ssize_t for windows fixing https://github.com/llvm/llvm-project/commit/0ece51c60c51f0d4c285dbda3b6cff794041bdd7 --- llvm/include/llvm/Support/raw_ostream.h | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/include/llvm/Support/raw_ostream.h b/llvm/include/llvm/Support/raw_ostream.h index 5e68390..bd15f97 100644 --- a/llvm/include/llvm/Support/raw_ostream.h +++ b/llvm/include/llvm/Support/raw_ostream.h @@ -15,6 +15,7 @@ #include "llvm/ADT/SmallVector.h" #include "llvm/ADT/StringRef.h" +#include "llvm/Support/DataTypes.h" #include #include #include -- 2.7.4