From 22d282c649e2abca34992d42e405097a761f45e9 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Wed, 1 Jan 2014 02:38:09 +0100 Subject: [PATCH] (D3D) Should fix Mingw compilation --- gfx/d3d9/d3d9.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/gfx/d3d9/d3d9.hpp b/gfx/d3d9/d3d9.hpp index e9705fe779..ba48f83446 100644 --- a/gfx/d3d9/d3d9.hpp +++ b/gfx/d3d9/d3d9.hpp @@ -34,6 +34,7 @@ #include "d3d_defines.h" #include #include +#include //Needed for mingw class RenderChain;