Changes in directory llvm/lib/Support:

Allocator.cpp updated: 1.1 -> 1.2
---
Log message:

Include llvm/Support/DataTypes.h to define intptr_t.
This fixes the build on OpenBSD and potentially other systems.


---
Diffs of the changes:  (+1 -0)

 Allocator.cpp |    1 +
 1 files changed, 1 insertion(+)


Index: llvm/lib/Support/Allocator.cpp
diff -u llvm/lib/Support/Allocator.cpp:1.1 llvm/lib/Support/Allocator.cpp:1.2
--- llvm/lib/Support/Allocator.cpp:1.1  Sun Oct 29 16:08:03 2006
+++ llvm/lib/Support/Allocator.cpp      Wed Nov  8 09:04:35 2006
@@ -12,6 +12,7 @@
 
//===----------------------------------------------------------------------===//
 
 #include "llvm/Support/Allocator.h"
+#include "llvm/Support/DataTypes.h"
 #include <iostream>
 using namespace llvm;
 



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to