rev 8245 : 8078628: linux-zero does not build without precompiled header Summary: add missing includes Reviewed-by: dholmes, stefank
@@ -24,10 +24,12 @@ */ #ifndef CPU_ZERO_VM_ENTRY_ZERO_HPP #define CPU_ZERO_VM_ENTRY_ZERO_HPP +#include "interpreter/cppInterpreter.hpp" + class ZeroEntry { public: ZeroEntry() { ShouldNotCallThis(); }