From d63f4afc578f821ae68d29acdfe4958756626081 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 18 Jun 2019 22:46:20 +0200 Subject: [PATCH] Add missing header include --- gfx/drivers_context/switch_ctx.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gfx/drivers_context/switch_ctx.c b/gfx/drivers_context/switch_ctx.c index 37a1517400..f1e91d080a 100644 --- a/gfx/drivers_context/switch_ctx.c +++ b/gfx/drivers_context/switch_ctx.c @@ -15,6 +15,9 @@ */ #include + +#include + #ifdef HAVE_CONFIG_H #include "../../config.h" #endif