Supporters update.
[dcpomatic.git] / src / wx / player_stress_tester.h
index 40686bc2476b3e0f951590ddb409369a30cd292d..c8cc14676a3f8f87b0b06cba96519a8f1912a9ec 100644 (file)
 
 */
 
+#include "lib/warnings.h"
+DCPOMATIC_DISABLE_WARNINGS
 #include <wx/wx.h>
+DCPOMATIC_ENABLE_WARNINGS
 #include <boost/signals2.hpp>
 #include <boost/filesystem.hpp>
 
@@ -35,6 +38,7 @@ public:
                WAIT,
                STOP,
                SEEK,
+               EXIT
        };
 
        Command(std::string line);