hotspot/src/share/vm/c1/c1_GraphBuilder.hpp
changeset 7397 5b173b4ca846
parent 6751 b399fd234e47
child 10509 43d670e5701e
--- a/hotspot/src/share/vm/c1/c1_GraphBuilder.hpp	Tue Nov 23 15:01:43 2010 -0500
+++ b/hotspot/src/share/vm/c1/c1_GraphBuilder.hpp	Tue Nov 23 13:22:55 2010 -0800
@@ -22,6 +22,16 @@
  *
  */
 
+#ifndef SHARE_VM_C1_C1_GRAPHBUILDER_HPP
+#define SHARE_VM_C1_C1_GRAPHBUILDER_HPP
+
+#include "c1/c1_IR.hpp"
+#include "c1/c1_Instruction.hpp"
+#include "c1/c1_ValueMap.hpp"
+#include "c1/c1_ValueStack.hpp"
+#include "ci/ciMethodData.hpp"
+#include "ci/ciStreams.hpp"
+
 class MemoryBuffer;
 
 class GraphBuilder VALUE_OBJ_CLASS_SPEC {
@@ -378,3 +388,5 @@
 
   BlockBegin* start() const                      { return _start; }
 };
+
+#endif // SHARE_VM_C1_C1_GRAPHBUILDER_HPP