From 89e9bdc413b72d1e15a093f74caf37eb539624dc Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 14 Oct 2019 01:34:51 +0200 Subject: [PATCH] Buildfix --- gfx/video_layout.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfx/video_layout.c b/gfx/video_layout.c index 3f44aa00c8..87735fa201 100644 --- a/gfx/video_layout.c +++ b/gfx/video_layout.c @@ -2,12 +2,12 @@ #include #include #include -#include #include "video_layout.h" #include "video_layout/view.h" #include "../retroarch.h" +#include "../verbosity.h" bool load(view_array_t *view_array, rxml_document_t *doc);