From 15a0ac2735e38d14052b6cc4022df986c790dd75 Mon Sep 17 00:00:00 2001 From: Patric Stout Date: Fri, 19 Feb 2021 11:01:09 +0100 Subject: Fix cd4f0f95: [Allegro] driver failed to build because of missing include --- src/video/allegro_v.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/video/allegro_v.cpp b/src/video/allegro_v.cpp index 83039fdc6..a18e16e69 100644 --- a/src/video/allegro_v.cpp +++ b/src/video/allegro_v.cpp @@ -23,6 +23,7 @@ #include "../core/random_func.hpp" #include "../core/math_func.hpp" #include "../framerate_type.h" +#include "../progress.h" #include "../thread.h" #include "../window_func.h" #include "allegro_v.h" -- cgit v1.2.3-70-g09d2