hotspot/src/share/vm/c1/c1_ValueMap.hpp
changeset 7397 5b173b4ca846
parent 6453 970dc585ab63
child 8065 7ca689ce3d32
--- a/hotspot/src/share/vm/c1/c1_ValueMap.hpp	Tue Nov 23 15:01:43 2010 -0500
+++ b/hotspot/src/share/vm/c1/c1_ValueMap.hpp	Tue Nov 23 13:22:55 2010 -0800
@@ -22,6 +22,13 @@
  *
  */
 
+#ifndef SHARE_VM_C1_C1_VALUEMAP_HPP
+#define SHARE_VM_C1_C1_VALUEMAP_HPP
+
+#include "c1/c1_Instruction.hpp"
+#include "c1/c1_ValueSet.hpp"
+#include "memory/allocation.hpp"
+
 class ValueMapEntry: public CompilationResourceObj {
  private:
   intx           _hash;
@@ -226,3 +233,5 @@
   // main entry point that performs global value numbering
   GlobalValueNumbering(IR* ir);
 };
+
+#endif // SHARE_VM_C1_C1_VALUEMAP_HPP