Testing: add minimum frame size configuration option.
[dcpomatic.git] / src / wx / nag_dialog.cc
index a4c88103977c9cd04b9e526b22775c47f0d715db..466b80b6bb0baf77b5948dcc26dd10e22cf0a1c8 100644 (file)
@@ -22,9 +22,8 @@
 #include "wx_util.h"
 #include "static_text.h"
 #include "check_box.h"
-#include <boost/foreach.hpp>
 
-using boost::shared_ptr;
+using std::shared_ptr;
 #if BOOST_VERSION >= 106100
 using namespace boost::placeholders;
 #endif