hotspot/src/share/vm/interpreter/interpreter.hpp
changeset 29213 340e3e8b810b
parent 29180 50369728b00e
parent 29201 fee2bbb2ec1d
child 30601 faffde6a6773
--- a/hotspot/src/share/vm/interpreter/interpreter.hpp	Mon Mar 02 10:31:52 2015 -0800
+++ b/hotspot/src/share/vm/interpreter/interpreter.hpp	Tue Mar 03 06:23:49 2015 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1997, 2014, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2015, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -28,6 +28,7 @@
 #include "code/stubs.hpp"
 #include "interpreter/cppInterpreter.hpp"
 #include "interpreter/templateInterpreter.hpp"
+#include "memory/resourceArea.hpp"
 #ifdef ZERO
 #ifdef TARGET_ARCH_zero
 # include "entry_zero.hpp"