From: Carl Hetherington Date: Sat, 13 Nov 2021 23:55:43 +0000 (+0100) Subject: Missing include. X-Git-Tag: checked-for-v2.16.x~181 X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=bdcc8d8487a08c8895ab7edf2e65a734e0e10863 Missing include. --- diff --git a/src/wx/gl_video_view.cc b/src/wx/gl_video_view.cc index a3e69a39b..0a8235537 100644 --- a/src/wx/gl_video_view.cc +++ b/src/wx/gl_video_view.cc @@ -30,12 +30,13 @@ #include "film_viewer.h" #include "wx_util.h" -#include "lib/image.h" +#include "lib/butler.h" +#include "lib/cross.h" #include "lib/dcpomatic_assert.h" +#include "lib/dcpomatic_log.h" #include "lib/exceptions.h" -#include "lib/cross.h" +#include "lib/image.h" #include "lib/player_video.h" -#include "lib/butler.h" #include #include