src/hotspot/share/services/memoryManager.cpp
branchepsilon-gc-branch
changeset 56348 f3b0961adb3c
parent 55974 06122633fead
parent 49360 886acec3b4c6
child 56719 a846e7bbcdfa
--- a/src/hotspot/share/services/memoryManager.cpp	Mon Mar 12 16:53:47 2018 +0100
+++ b/src/hotspot/share/services/memoryManager.cpp	Mon Mar 26 09:56:36 2018 +0200
@@ -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
@@ -25,6 +25,7 @@
 #include "precompiled.hpp"
 #include "classfile/systemDictionary.hpp"
 #include "classfile/vmSymbols.hpp"
+#include "memory/allocation.inline.hpp"
 #include "oops/oop.inline.hpp"
 #include "runtime/handles.inline.hpp"
 #include "runtime/javaCalls.hpp"