From 2524abbb3cd4311145d86476029c23d29a9082f4 Mon Sep 17 00:00:00 2001 From: punkrockguy318 Date: Sun, 23 Sep 2012 14:51:56 +0000 Subject: [PATCH] fix gcc/llvm compliation errors by adding include --- src/ppu.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ppu.cpp b/src/ppu.cpp index f7e8f44d..055a916a 100644 --- a/src/ppu.cpp +++ b/src/ppu.cpp @@ -38,7 +38,8 @@ #include "state.h" #include "video.h" #include "input.h" -#include "driver.h" +#include "driver.h" +#include "debug.h" #define VBlankON (PPU[0]&0x80) //Generate VBlank NMI