From bc50f99e4082de4655d5f44052f3424ef26a0fd3 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 10 Jan 2017 19:51:06 +0100 Subject: [PATCH] (WGL) Add header include --- gfx/drivers_context/wgl_ctx.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/gfx/drivers_context/wgl_ctx.cpp b/gfx/drivers_context/wgl_ctx.cpp index 342759ba37..ee8f08c254 100644 --- a/gfx/drivers_context/wgl_ctx.cpp +++ b/gfx/drivers_context/wgl_ctx.cpp @@ -39,6 +39,7 @@ #include "../../config.h" #endif +#include "../../configuration.h" #include "../../dynamic.h" #include "../../runloop.h" #include "../video_context_driver.h"