From 9165867fa705011842ffaaa87bc76981da776d21 Mon Sep 17 00:00:00 2001 From: Sjoerd van der Berg Date: Tue, 27 May 2003 11:59:21 +0000 Subject: [PATCH] added fpu.h include Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1016 --- src/cpu/core_full.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cpu/core_full.cpp b/src/cpu/core_full.cpp index 3d917e05..2f7af7ae 100644 --- a/src/cpu/core_full.cpp +++ b/src/cpu/core_full.cpp @@ -3,6 +3,7 @@ #include "pic.h" #include "regs.h" #include "cpu.h" +#include "fpu.h" #include "debug.h" #include "inout.h" #include "callback.h"