--- old/src/hotspot/share/memory/padded.hpp 2019-01-15 17:45:48.198200712 -0500 +++ new/src/hotspot/share/memory/padded.hpp 2019-01-15 17:45:47.914185712 -0500 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2013, 2019, 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 @@ #ifndef SHARE_VM_MEMORY_PADDED_HPP #define SHARE_VM_MEMORY_PADDED_HPP +#include "memory/allocation.hpp" #include "utilities/align.hpp" #include "utilities/globalDefinitions.hpp"