hotspot/src/share/vm/interpreter/interpreter.hpp
changeset 29201 fee2bbb2ec1d
parent 26432 9b974e2eae27
child 29213 340e3e8b810b
--- a/hotspot/src/share/vm/interpreter/interpreter.hpp	Fri Aug 22 10:10:08 2014 +0200
+++ b/hotspot/src/share/vm/interpreter/interpreter.hpp	Wed Feb 18 10:28:27 2015 +0100
@@ -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"