[llvm-commits] CVS: reopt/include/reopt/Inst/ElfReader.h
Brian Gaeke
gaeke at cs.uiuc.edu
Mon Sep 15 00:29:01 PDT 2003
Changes in directory reopt/include/reopt/Inst:
ElfReader.h updated: 1.8 -> 1.9
---
Log message:
Include Support/DataTypes.h for uint64_t
---
Diffs of the changes:
Index: reopt/include/reopt/Inst/ElfReader.h
diff -u reopt/include/reopt/Inst/ElfReader.h:1.8 reopt/include/reopt/Inst/ElfReader.h:1.9
--- reopt/include/reopt/Inst/ElfReader.h:1.8 Sun May 4 15:05:45 2003
+++ reopt/include/reopt/Inst/ElfReader.h Mon Sep 15 00:28:00 2003
@@ -10,6 +10,7 @@
#ifndef _INCLUDED_ELFREADER_H
#define _INCLUDED_ELFREADER_H
+#include "Support/DataTypes.h"
#include <libelf.h>
class ElfReader
More information about the llvm-commits
mailing list