Fix typo in string (thanks MichaƂ Tomaszewski)
[dcpomatic.git] / src / wx / player_stress_tester.h
index c8cc14676a3f8f87b0b06cba96519a8f1912a9ec..534cf8c764bb4ffe52d666b9df9333388eb8577f 100644 (file)
 
 */
 
-#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: