From ebc631ff7398c6eef0794a20fc4021f09236f250 Mon Sep 17 00:00:00 2001 From: Stefan Ring Date: Mon, 13 Oct 2008 16:43:12 +0200 Subject: [PATCH] * src/vm/jit/jitcache.cpp, src/vm/jit/jitcache.hpp: Build fixes (jitcache). --HG-- extra : transplant_source : %98%13w%C9%A8%A3%FAI%3A%9C%94%9AQu%FE%AB%93%A9%DA%E9 --- src/vm/jit/jitcache.cpp | 2 +- src/vm/jit/jitcache.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/vm/jit/jitcache.cpp b/src/vm/jit/jitcache.cpp index 2cd93a282..6a38ccc04 100644 --- a/src/vm/jit/jitcache.cpp +++ b/src/vm/jit/jitcache.cpp @@ -60,7 +60,7 @@ extern "C" { #include "vm/method.h" #include "vm/options.h" -#include "vm/resolve.h" +#include "vm/resolve.hpp" #include "vm/types.h" #include "vm/jit/asmpart.h" diff --git a/src/vm/jit/jitcache.hpp b/src/vm/jit/jitcache.hpp index 250b046fc..513aa5c36 100644 --- a/src/vm/jit/jitcache.hpp +++ b/src/vm/jit/jitcache.hpp @@ -37,7 +37,7 @@ extern "C" { #include -#include "vm/class.h" +#include "vm/class.hpp" #include "vm/method.h" typedef enum cachedreftype { -- 2.25.1