X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fwx%2Ftime_picker.cc;h=2bc3556fd237757d2dbd51de6a9132d0613be2b9;hb=2eb7ac323df51a65df1a7cf856058fb4cf0bc020;hp=966671be9ac100f8c876707a4ad8b8ff038068b3;hpb=bd7f4bbde17d2087ba4c4bddf6439b3df869b1db;p=dcpomatic.git diff --git a/src/wx/time_picker.cc b/src/wx/time_picker.cc index 966671be9..2bc3556fd 100644 --- a/src/wx/time_picker.cc +++ b/src/wx/time_picker.cc @@ -18,20 +18,25 @@ */ + +#include "static_text.h" #include "time_picker.h" #include "wx_util.h" -#include "static_text.h" #include +#include +LIBDCP_DISABLE_WARNINGS #include +LIBDCP_ENABLE_WARNINGS #include #include + +using std::cout; +using std::max; +using std::min; using std::setfill; using std::setw; -using std::min; -using std::max; using std::string; -using std::cout; using boost::bind; using dcp::locale_convert;