[llvm-commits] CVS: llvm/include/llvm/Debugger/RuntimeInfo.h
Chris Lattner
lattner at cs.uiuc.edu
Sun Jan 4 23:46:16 PST 2004
Changes in directory llvm/include/llvm/Debugger:
RuntimeInfo.h updated: 1.1 -> 1.2
---
Log message:
/me slaps forehead
---
Diffs of the changes: (+1 -0)
Index: llvm/include/llvm/Debugger/RuntimeInfo.h
diff -u llvm/include/llvm/Debugger/RuntimeInfo.h:1.1 llvm/include/llvm/Debugger/RuntimeInfo.h:1.2
--- llvm/include/llvm/Debugger/RuntimeInfo.h:1.1 Sun Jan 4 23:23:38 2004
+++ llvm/include/llvm/Debugger/RuntimeInfo.h Sun Jan 4 23:45:04 2004
@@ -19,6 +19,7 @@
#define LLVM_DEBUGGER_RUNTIMEINFO_H
#include <vector>
+#include <cassert>
namespace llvm {
class ProgramInfo;
More information about the llvm-commits
mailing list