Fixed missing includes and formward declarations hidden by cotire.
[pulseview.git] / pv / popups / probes.h
index 0dc324a00ae6071c130619b8b789c49b39df8728..3760f4200835791afe93a8322c99325a6079ee26 100644 (file)
 #ifndef PULSEVIEW_PV_POPUPS_PROBES_H
 #define PULSEVIEW_PV_POPUPS_PROBES_H
 
+#include <map>
 #include <vector>
 
+#include <boost/shared_ptr.hpp>
+
 #include <QFormLayout>
 #include <QHBoxLayout>
 #include <QPushButton>
+#include <QSignalMapper>
 
 #include <pv/widgets/popup.h>
 
+struct sr_probe_group;
+
 class QCheckBox;
 class QGridLayout;