[llvm-commits] [release_19] CVS: llvm/lib/Support/Allocator.cpp

Tanya Lattner tonic at nondot.org
Wed Nov 8 10:00:27 PST 2006



Changes in directory llvm/lib/Support:

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

Merging from mainline.


---
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.1.2.1
--- llvm/lib/Support/Allocator.cpp:1.1	Sun Oct 29 16:08:03 2006
+++ llvm/lib/Support/Allocator.cpp	Wed Nov  8 12:00:14 2006
@@ -12,6 +12,7 @@
 //===----------------------------------------------------------------------===//
 
 #include "llvm/Support/Allocator.h"
+#include "llvm/Support/DataTypes.h"
 #include <iostream>
 using namespace llvm;
 






More information about the llvm-commits mailing list