Add a header file to support ssize_t for windows
authorJianzhou Zhao <jianzhouzh@google.com>
Sat, 12 Sep 2020 08:49:22 +0000 (08:49 +0000)
committerJianzhou Zhao <jianzhouzh@google.com>
Sat, 12 Sep 2020 08:50:22 +0000 (08:50 +0000)
fixing
https://github.com/llvm/llvm-project/commit/0ece51c60c51f0d4c285dbda3b6cff794041bdd7

llvm/include/llvm/Support/raw_ostream.h

index 5e68390..bd15f97 100644 (file)
@@ -15,6 +15,7 @@
 
 #include "llvm/ADT/SmallVector.h"
 #include "llvm/ADT/StringRef.h"
+#include "llvm/Support/DataTypes.h"
 #include <cassert>
 #include <chrono>
 #include <cstddef>