diff options
-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" |