]> sigrok.org Git - pulseview.git/blobdiff - pv/dialogs/storeprogress.h
Replaced boost::shared_ptr with std::shared_ptr
[pulseview.git] / pv / dialogs / storeprogress.h
index 61d08d515c049b8117b64467cce658857aefff2c..7d53832ab8cf6c2bbf189c646ff0c3e442fb48e5 100644 (file)
 #ifndef PULSEVIEW_PV_DIALOGS_SAVEPROGRESS_H
 #define PULSEVIEW_PV_DIALOGS_SAVEPROGRESS_H
 
+#include <memory>
 #include <set>
 
-#include <boost/shared_ptr.hpp>
-
 #include <QProgressDialog>
 
 #include <pv/storesession.h>