src/cpu/zero/vm/entry_zero.hpp

changeset 9191
a0373be7fe1b
parent 4037
da91efe96a93
child 9203
53eec13fbaa5
     1.1 --- a/src/cpu/zero/vm/entry_zero.hpp	Tue May 01 21:36:54 2018 -0700
     1.2 +++ b/src/cpu/zero/vm/entry_zero.hpp	Wed Feb 28 05:31:04 2018 +0000
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2003, 2012, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2003, 2018, Oracle and/or its affiliates. All rights reserved.
     1.7   * Copyright 2008, 2009, 2010 Red Hat, Inc.
     1.8   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.9   *
    1.10 @@ -26,6 +26,8 @@
    1.11  #ifndef CPU_ZERO_VM_ENTRY_ZERO_HPP
    1.12  #define CPU_ZERO_VM_ENTRY_ZERO_HPP
    1.13  
    1.14 +#include "interpreter/cppInterpreter.hpp"
    1.15 +
    1.16  class ZeroEntry {
    1.17   public:
    1.18    ZeroEntry() {

mercurial