From 6e644223a8328b4594f7a67265e24ea0c1169a34 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 1 Aug 2016 22:21:50 +0200 Subject: [PATCH] (D3D) Header fix pt. 3 --- gfx/drivers_context/d3d_ctx.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfx/drivers_context/d3d_ctx.cpp b/gfx/drivers_context/d3d_ctx.cpp index 826a332183..1320b7e681 100644 --- a/gfx/drivers_context/d3d_ctx.cpp +++ b/gfx/drivers_context/d3d_ctx.cpp @@ -19,7 +19,7 @@ #include #endif -#include "../d3d/d3d.h" +#include "../drivers/d3d.h" #include "../common/win32_common.h" #include "../../runloop.h"