summaryrefslogtreecommitdiff
path: root/src/video
diff options
context:
space:
mode:
authorPatric Stout <truebrain@openttd.org>2021-02-19 11:01:09 +0100
committerPatric Stout <github@truebrain.nl>2021-02-19 11:34:00 +0100
commit15a0ac2735e38d14052b6cc4022df986c790dd75 (patch)
tree7972b6480882a1f8f118278e5215fdb8fc9bdd3e /src/video
parentc4df0f95ae106f3e41c8c1fb5c19670ce876f1f4 (diff)
downloadopenttd-15a0ac2735e38d14052b6cc4022df986c790dd75.tar.xz
Fix cd4f0f95: [Allegro] driver failed to build because of missing include
Diffstat (limited to 'src/video')
-rw-r--r--src/video/allegro_v.cpp1
1 files changed, 1 insertions, 0 deletions
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"