X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fwx%2Fsystem_information_dialog.h;h=5b9efa2347a449e37c92e1edc1ae0fad61ff4221;hb=dd9be86db6cde0afa5da0d1d1ac43b42e05dca26;hp=63c70fba5e6fb540ef2872b0bb2812c98e5b7be2;hpb=d1e19450e051d70531a6c1f0973bfd6cfd64319b;p=dcpomatic.git diff --git a/src/wx/system_information_dialog.h b/src/wx/system_information_dialog.h index 63c70fba5..5b9efa234 100644 --- a/src/wx/system_information_dialog.h +++ b/src/wx/system_information_dialog.h @@ -18,14 +18,16 @@ */ + #include "table_dialog.h" -#include +#include + class FilmViewer; class SystemInformationDialog : public TableDialog { public: - SystemInformationDialog (wxWindow* parent, boost::weak_ptr viewer); + SystemInformationDialog (wxWindow* parent, std::weak_ptr viewer); };