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:56:37 +0100 |
| commit | bdcc8d8487a08c8895ab7edf2e65a734e0e10863 (patch) | |
| tree | 024f646832c426816d75c7f11cc40c9766ca8d01 /src | |
| parent | f22d1efccfda7ea8694e3e4c40f319b065a59788 (diff) | |
Missing include.
Diffstat (limited to 'src')
| -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 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 <boost/bind/bind.hpp> #include <iostream> |
