summaryrefslogtreecommitdiff
path: root/src/wx/player_information.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/player_information.h')
-rw-r--r--src/wx/player_information.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/wx/player_information.h b/src/wx/player_information.h
index 0dd6c4ad0..269a9e6c7 100644
--- a/src/wx/player_information.h
+++ b/src/wx/player_information.h
@@ -18,14 +18,17 @@
*/
-#include "lib/warnings.h"
-DCPOMATIC_DISABLE_WARNINGS
+
+#include <dcp/warnings.h>
+LIBDCP_DISABLE_WARNINGS
#include <wx/wx.h>
-DCPOMATIC_ENABLE_WARNINGS
+LIBDCP_ENABLE_WARNINGS
#include <boost/scoped_ptr.hpp>
+
class FilmViewer;
+
class PlayerInformation : public wxPanel
{
public: