]> sigrok.org Git - pulseview.git/commitdiff
Added missing include for boost::hash_combine
authorJoel Holdsworth <redacted>
Tue, 4 Mar 2014 22:40:58 +0000 (22:40 +0000)
committerJoel Holdsworth <redacted>
Tue, 4 Mar 2014 22:40:58 +0000 (22:40 +0000)
pv/view/decodetrace.cpp

index c47a46ab469abd2f7063c02cd1e1a1417984a246..9f8306ea8ef9c7f0983e99cb321978fdc7eb2bf9 100644 (file)
@@ -25,6 +25,7 @@ extern "C" {
 #include <extdef.h>
 
 #include <boost/foreach.hpp>
 #include <extdef.h>
 
 #include <boost/foreach.hpp>
+#include <boost/functional/hash.hpp>
 
 #include <QAction>
 #include <QApplication>
 
 #include <QAction>
 #include <QApplication>