hotspot/src/share/vm/classfile/vmSymbols.hpp
changeset 7397 5b173b4ca846
parent 6463 f4362c8da849
child 7436 dbc43da3d512
--- a/hotspot/src/share/vm/classfile/vmSymbols.hpp	Tue Nov 23 15:01:43 2010 -0500
+++ b/hotspot/src/share/vm/classfile/vmSymbols.hpp	Tue Nov 23 13:22:55 2010 -0800
@@ -22,6 +22,11 @@
  *
  */
 
+#ifndef SHARE_VM_CLASSFILE_VMSYMBOLS_HPP
+#define SHARE_VM_CLASSFILE_VMSYMBOLS_HPP
+
+#include "oops/symbolOop.hpp"
+
 // The classes vmSymbols and vmSymbolHandles are a name spaces for fast lookup of
 // symbols commonly used in the VM. The first class return a symbolOop, while the
 // second class returns a SymbolHandle. The underlying data structure is shared
@@ -1112,3 +1117,5 @@
   // Raw conversion:
   static ID for_raw_conversion(BasicType src, BasicType dest);
 };
+
+#endif // SHARE_VM_CLASSFILE_VMSYMBOLS_HPP