diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-12-20 23:37:57 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-12-20 23:37:57 +0000 |
| commit | 4dbc6ef917aeceb906b1ef1caf6911033e7e2c54 (patch) | |
| tree | 203675d00d5cc004be6205218f835b6d7a10e925 /src/wx/hints_dialog.cc | |
| parent | ab32f60c2c9f2ad01dc8d96dc375df256dba0c41 (diff) | |
Hand-apply d849d411cff28ef5453085791d0b4d7cd73bd070 from master; replace all assert()s with thrown exceptions.
Diffstat (limited to 'src/wx/hints_dialog.cc')
| -rw-r--r-- | src/wx/hints_dialog.cc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/wx/hints_dialog.cc b/src/wx/hints_dialog.cc index 9f8956948..b5d5c6971 100644 --- a/src/wx/hints_dialog.cc +++ b/src/wx/hints_dialog.cc @@ -17,11 +17,12 @@ */ -#include <boost/algorithm/string.hpp> -#include <wx/richtext/richtextctrl.h> #include "lib/film.h" #include "lib/ratio.h" +#include "lib/video_content.h" #include "hints_dialog.h" +#include <boost/algorithm/string.hpp> +#include <wx/richtext/richtextctrl.h> using boost::shared_ptr; using boost::dynamic_pointer_cast; |
