projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32fe103
)
Fix breakage on platforms where string/cassert don't pull in int64_t.
author
Chris Lattner
<sabre@nondot.org>
Thu, 25 May 2006 05:59:50 +0000
(
05:59
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Thu, 25 May 2006 05:59:50 +0000
(
05:59
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28464
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Support/SlowOperationInformer.h
patch
|
blob
|
history
diff --git
a/include/llvm/Support/SlowOperationInformer.h
b/include/llvm/Support/SlowOperationInformer.h
index 80ece41834f843799e652f2c230d03c02e3d8069..da6bcbbc61841b06052d09a3302c856bb8cd68e6 100644
(file)
--- a/
include/llvm/Support/SlowOperationInformer.h
+++ b/
include/llvm/Support/SlowOperationInformer.h
@@
-33,6
+33,7
@@
#include <string>
#include <cassert>
+#include "llvm/Support/DataTypes.h"
namespace llvm {
class SlowOperationInformer {