diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-04-22 23:27:15 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-04-22 23:27:15 +0200 |
| commit | 3c29aa6531a4046a8db72dcac81189eb8893233c (patch) | |
| tree | ce2a134dab63df1711a135ae5732839ff293d958 /src/wx/servers_list_dialog.cc | |
| parent | 92364afecf76a87e1f96980cb1b91cf6f6a7522c (diff) | |
Use libdcp's warnings.h
Diffstat (limited to 'src/wx/servers_list_dialog.cc')
| -rw-r--r-- | src/wx/servers_list_dialog.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wx/servers_list_dialog.cc b/src/wx/servers_list_dialog.cc index d904a2ef0..016275c88 100644 --- a/src/wx/servers_list_dialog.cc +++ b/src/wx/servers_list_dialog.cc @@ -18,16 +18,19 @@ */ + #include "servers_list_dialog.h" #include "wx_util.h" #include "lib/encode_server_finder.h" #include "lib/encode_server_description.h" #include <boost/lexical_cast.hpp> + using std::list; using std::string; using boost::lexical_cast; + ServersListDialog::ServersListDialog (wxWindow* parent) : wxDialog (parent, wxID_ANY, _("Encoding Servers")) { |
