src/hotspot/share/prims/jvmtiImpl.cpp
changeset 49360 886acec3b4c6
parent 48105 8d15b1369c7a
child 49449 ef5d5d343e2a
--- a/src/hotspot/share/prims/jvmtiImpl.cpp	Wed Mar 07 21:57:36 2018 +0100
+++ b/src/hotspot/share/prims/jvmtiImpl.cpp	Thu Mar 08 09:56:29 2018 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, 2017, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2018, 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
@@ -29,6 +29,7 @@
 #include "jvmtifiles/jvmtiEnv.hpp"
 #include "logging/log.hpp"
 #include "logging/logStream.hpp"
+#include "memory/allocation.inline.hpp"
 #include "memory/resourceArea.hpp"
 #include "oops/instanceKlass.hpp"
 #include "oops/oop.inline.hpp"