From c55a35610c29f14aaf702f637909372f07a8ded0 Mon Sep 17 00:00:00 2001 From: zeromus <zeromus@zeromus.org> Date: Mon, 5 Jan 2015 22:57:46 +0000 Subject: [PATCH] psx - fix bug from r8648 --- psx/octoshock/psx/psx.h | 1 + 1 file changed, 1 insertion(+) diff --git a/psx/octoshock/psx/psx.h b/psx/octoshock/psx/psx.h index 3e404e8454..022d582a9c 100644 --- a/psx/octoshock/psx/psx.h +++ b/psx/octoshock/psx/psx.h @@ -1,5 +1,6 @@ #pragma once +#include "octoshock.h" #include "emuware/emuware.h" #include "video/surface.h" #include "masmem.h"