projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c651c2
)
Add a header file to support ssize_t for windows
author
Jianzhou Zhao
<jianzhouzh@google.com>
Sat, 12 Sep 2020 08:49:22 +0000
(08:49 +0000)
committer
Jianzhou 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
patch
|
blob
|
history
diff --git
a/llvm/include/llvm/Support/raw_ostream.h
b/llvm/include/llvm/Support/raw_ostream.h
index
5e68390
..
bd15f97
100644
(file)
--- 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 <cassert>
#include <chrono>
#include <cstddef>