diff options
author | Patric Stout <truebrain@openttd.org> | 2021-02-19 11:01:09 +0100 |
---|---|---|
committer | Patric Stout <github@truebrain.nl> | 2021-02-19 11:34:00 +0100 |
commit | 15a0ac2735e38d14052b6cc4022df986c790dd75 (patch) | |
tree | 7972b6480882a1f8f118278e5215fdb8fc9bdd3e | |
parent | c4df0f95ae106f3e41c8c1fb5c19670ce876f1f4 (diff) | |
download | openttd-15a0ac2735e38d14052b6cc4022df986c790dd75.tar.xz |
Fix cd4f0f95: [Allegro] driver failed to build because of missing include
-rw-r--r-- | src/video/allegro_v.cpp | 1 |
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" |