From 94772ae3d91ea501ffadfb906c7b6cf97e7157da Mon Sep 17 00:00:00 2001 From: Matthew Daniels Date: Wed, 15 Dec 2021 13:55:27 +0000 Subject: [PATCH] Include required header files in Model3GraphicsState.h - fixes potential build errors in GCC --- Src/Model3/Model3GraphicsState.h | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/Src/Model3/Model3GraphicsState.h b/Src/Model3/Model3GraphicsState.h index b86d463..1675c1e 100644 --- a/Src/Model3/Model3GraphicsState.h +++ b/Src/Model3/Model3GraphicsState.h @@ -29,10 +29,17 @@ #ifndef INCLUDED_MODEL3GRAPHICSSTATE_H #define INCLUDED_MODEL3GRAPHICSSTATE_H -#include "Util/NewConfig.h" -#include "Model3/IEmulator.h" +#include "BlockFile.h" #include "Game.h" #include "ROMSet.h" +#include "CPU/Bus.h" +#include "Model3/IEmulator.h" +#include "Model3/IRQ.h" +#include "Model3/Real3D.h" +#include "Model3/TileGen.h" +#include "OSD/Logger.h" +#include "OSD/Video.h" +#include "Util/NewConfig.h" /* * CModel3GraphicsState: