From 898e204fcf58885403fc59dcc5ee295649835e59 Mon Sep 17 00:00:00 2001 From: OV2 Date: Mon, 17 Apr 2017 14:32:36 +0200 Subject: [PATCH] Add missing includes --- bsx.cpp | 1 + bsx.h | 2 ++ 2 files changed, 3 insertions(+) diff --git a/bsx.cpp b/bsx.cpp index 903b7718..d796296b 100644 --- a/bsx.cpp +++ b/bsx.cpp @@ -195,6 +195,7 @@ #include "snes9x.h" #include "memmap.h" #include "display.h" +#include //#define BSX_DEBUG diff --git a/bsx.h b/bsx.h index 56a04ec1..7fbbb64a 100644 --- a/bsx.h +++ b/bsx.h @@ -191,6 +191,8 @@ #ifndef _BSX_H_ #define _BSX_H_ +#include + struct SBSX { bool8 dirty; // Changed register values