diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-11-14 00:55:43 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-11-14 00:58:59 +0100 |
| commit | 89aaf8225c9a6ca079317b248039fba103e8d4a3 (patch) | |
| tree | be2527046617e91c1deb55e15059cc0144dec4c5 | |
| parent | 081525ef1c392465fc5a0bb4be79af8e84655bc4 (diff) | |
Missing include.v2.15.174
| -rw-r--r-- | src/wx/gl_video_view.cc | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/wx/gl_video_view.cc b/src/wx/gl_video_view.cc index 559cff413..640b6a373 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 <boost/bind/bind.hpp> #include <iostream> |
