hotspot/src/share/vm/opto/subnode.hpp
changeset 7397 5b173b4ca846
parent 5547 f4b087cbb361
child 9439 79dc8699094b
--- a/hotspot/src/share/vm/opto/subnode.hpp	Tue Nov 23 15:01:43 2010 -0500
+++ b/hotspot/src/share/vm/opto/subnode.hpp	Tue Nov 23 13:22:55 2010 -0800
@@ -22,6 +22,13 @@
  *
  */
 
+#ifndef SHARE_VM_OPTO_SUBNODE_HPP
+#define SHARE_VM_OPTO_SUBNODE_HPP
+
+#include "opto/node.hpp"
+#include "opto/opcodes.hpp"
+#include "opto/type.hpp"
+
 // Portions of code courtesy of Clifford Click
 
 //------------------------------SUBNode----------------------------------------
@@ -529,3 +536,5 @@
   const Type *bottom_type() const { return TypeInt::SHORT; }
   virtual uint ideal_reg() const { return Op_RegI; }
 };
+
+#endif // SHARE_VM_OPTO_SUBNODE_HPP