src/hotspot/share/code/location.cpp
changeset 49393 93fe2fc5c093
parent 47216 71c04702a3d5
--- a/src/hotspot/share/code/location.cpp	Wed Mar 14 07:27:19 2018 -0400
+++ b/src/hotspot/share/code/location.cpp	Wed Mar 14 12:12:00 2018 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 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 "code/debugInfo.hpp"
 #include "code/location.hpp"
+#include "runtime/handles.inline.hpp"
 
 void Location::print_on(outputStream* st) const {
   if(type() == invalid) {