From: Joel Holdsworth Date: Tue, 4 Mar 2014 22:40:58 +0000 (+0000) Subject: Added missing include for boost::hash_combine X-Git-Tag: pulseview-0.2.0~27 X-Git-Url: http://sigrok.org/gitweb/?p=pulseview.git;a=commitdiff_plain;h=a855d71e69d4530b4f87d4287b16da60d147fe84 Added missing include for boost::hash_combine --- diff --git a/pv/view/decodetrace.cpp b/pv/view/decodetrace.cpp index c47a46ab..9f8306ea 100644 --- a/pv/view/decodetrace.cpp +++ b/pv/view/decodetrace.cpp @@ -25,6 +25,7 @@ extern "C" { #include #include +#include #include #include