From 7061211fbe999029684f9cc307b3926099311fe4 Mon Sep 17 00:00:00 2001 From: Christophe Bothamy Date: Sun, 4 Jan 2004 18:53:02 +0000 Subject: [PATCH] - another fix for compiling with vcpp --- bochs/disasm/dis_groups.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bochs/disasm/dis_groups.cc b/bochs/disasm/dis_groups.cc index 1796bb452..02e1a6041 100644 --- a/bochs/disasm/dis_groups.cc +++ b/bochs/disasm/dis_groups.cc @@ -1,6 +1,7 @@ #include #include -#include "../bochs.h" +#include "disasm.h" +#include "../bx_debug/debug.h" ////////////////// // Intel STYLE