(D3D) Should fix Mingw compilation

This commit is contained in:
twinaphex 2014-01-01 02:38:09 +01:00
parent babba85aff
commit 22d282c649

View File

@ -34,6 +34,7 @@
#include "d3d_defines.h"
#include <string>
#include <vector>
#include <memory> //Needed for mingw
class RenderChain;