[llvm-commits] CVS: llvm/lib/Linker/Linker.cpp
Reid Spencer
reid at x10sys.com
Thu Dec 16 11:19:34 PST 2004
Changes in directory llvm/lib/Linker:
Linker.cpp updated: 1.2 -> 1.3
---
Log message:
Fix a compile error. config.h is now needed because DataTypes.h doesn't
include it any more.
---
Diffs of the changes: (+1 -0)
Index: llvm/lib/Linker/Linker.cpp
diff -u llvm/lib/Linker/Linker.cpp:1.2 llvm/lib/Linker/Linker.cpp:1.3
--- llvm/lib/Linker/Linker.cpp:1.2 Sun Dec 12 21:50:50 2004
+++ llvm/lib/Linker/Linker.cpp Thu Dec 16 13:19:24 2004
@@ -14,6 +14,7 @@
#include "llvm/Linker.h"
#include "llvm/Module.h"
#include "llvm/Bytecode/Reader.h"
+#include "llvm/Config/config.h"
#include <iostream>
using namespace llvm;
More information about the llvm-commits
mailing list