summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-07-02 22:04:49 +0200
committerCarl Hetherington <cth@carlh.net>2020-07-02 22:04:49 +0200
commit14ea977668f8919d089f113b71a38567576ccc37 (patch)
tree46114ae481f6b0a7b96be618d4df70119b4ea835
parent1f342aad4040b6aa05e8eee13e53153f899c3d9e (diff)
Potential Windows build fix.v2.15.86
-rw-r--r--src/wx/gl_video_view.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wx/gl_video_view.h b/src/wx/gl_video_view.h
index 713f96555..3675b8ddc 100644
--- a/src/wx/gl_video_view.h
+++ b/src/wx/gl_video_view.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2019 Carl Hetherington <cth@carlh.net>
+ Copyright (C) 2020 Carl Hetherington <cth@carlh.net>
This file is part of DCP-o-matic.
@@ -24,6 +24,7 @@
#include <wx/wx.h>
#include <wx/glcanvas.h>
#include <dcp/util.h>
+#include <boost/atomic.hpp>
#include <boost/shared_ptr.hpp>
#include <boost/thread.hpp>
#include <boost/thread/condition.hpp>