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; _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits