[llvm-commits] CVS: llvm/include/llvm/Reoptimizer/BinInterface/bitmath.h

Misha Brukman brukman at cs.uiuc.edu
Tue Apr 22 18:02:00 PDT 2003


Changes in directory llvm/include/llvm/Reoptimizer/BinInterface:

bitmath.h updated: 1.7 -> 1.8

---
Log message:

This include is necessary to compile.


---
Diffs of the changes:

Index: llvm/include/llvm/Reoptimizer/BinInterface/bitmath.h
diff -u llvm/include/llvm/Reoptimizer/BinInterface/bitmath.h:1.7 llvm/include/llvm/Reoptimizer/BinInterface/bitmath.h:1.8
--- llvm/include/llvm/Reoptimizer/BinInterface/bitmath.h:1.7	Thu Apr 10 15:32:49 2003
+++ llvm/include/llvm/Reoptimizer/BinInterface/bitmath.h	Tue Apr 22 18:01:06 2003
@@ -19,6 +19,8 @@
 #ifndef __BITMATH_H__
 #define __BITMATH_H__
 
+#include "Support/DataTypes.h"
+
 //*********************************
 //	Misc functions
 //*********************************





More information about the llvm-commits mailing list