]> sigrok.org Git - pulseview.git/blobdiff - pv/data/decoder.h
Added missing includes and defintions
[pulseview.git] / pv / data / decoder.h
index c881403b42e22f8f1391d4d80c94e2ecaee1cf12..93d8fa6a89fb8dae531e48d9f01e0f7c5d4526d7 100644 (file)
 
 #include <QObject>
 
+#include <glib.h>
+
 struct srd_decoder;
 struct srd_decoder_inst;
 struct srd_probe;
+struct srd_proto_data;
+struct srd_session;
 
 namespace pv {
 
@@ -92,6 +96,7 @@ private:
                _probes;
        GHashTable *_options;
 
+       srd_session *_session;
        srd_decoder_inst *_decoder_inst;
 
        mutable boost::mutex _annotations_mutex;