summaryrefslogtreecommitdiff
path: root/src/wx/player_stress_tester.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/player_stress_tester.h')
-rw-r--r--src/wx/player_stress_tester.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/wx/player_stress_tester.h b/src/wx/player_stress_tester.h
index c8cc14676..534cf8c76 100644
--- a/src/wx/player_stress_tester.h
+++ b/src/wx/player_stress_tester.h
@@ -18,16 +18,19 @@
*/
-#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/signals2.hpp>
#include <boost/filesystem.hpp>
+
class wxWindow;
class Controls;
+
class Command
{
public: