X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fplayer_stress_tester.cc;h=2593757270a075f10f1c4b4788d23c9ec9705249;hb=3c29aa6531a4046a8db72dcac81189eb8893233c;hp=6dd2dd67473451f5bdcbb45f1f2fd03c0ea4a076;hpb=a5d004b0773f633401528392fc28e66d70e13ac8;p=dcpomatic.git diff --git a/src/wx/player_stress_tester.cc b/src/wx/player_stress_tester.cc index 6dd2dd674..259375727 100644 --- a/src/wx/player_stress_tester.cc +++ b/src/wx/player_stress_tester.cc @@ -18,26 +18,33 @@ */ -#include "player_stress_tester.h" + #include "controls.h" +#include "player_stress_tester.h" #include #include +#include +LIBDCP_DISABLE_WARNINGS #include +LIBDCP_ENABLE_WARNINGS #include #include +#include #include #include -#include + +using std::cout; using std::string; using std::vector; -using std::cout; using dcp::raw_convert; using boost::optional; + /* Interval to check for things to do with the stress script (in milliseconds) */ #define CHECK_INTERVAL 20 + Command::Command (string line) : type (NONE) , int_param (0)