Missing include. v2.15.174
authorCarl Hetherington <cth@carlh.net>
Sat, 13 Nov 2021 23:55:43 +0000 (00:55 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 13 Nov 2021 23:58:59 +0000 (00:58 +0100)
src/wx/gl_video_view.cc

index 559cff4136c1bfea40459e4b2892ecb2abe5d7be..640b6a373a6d0fe2b1e4f631d4f985a1d4f093c6 100644 (file)
 
 #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>