From: Aurelien Jacobs Date: Tue, 3 Jun 2014 15:07:27 +0000 (+0200) Subject: property: add the necessary include file for std::function X-Git-Tag: pulseview-0.3.0~598 X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=commitdiff_plain;h=f896568baff2904ef2a26ee082321f4f689a86b2 property: add the necessary include file for std::function This fixes the following error: /home/aurel/devel/sigrok/pulseview/pv/prop/property.h:39:15: error: ‘function’ in namespace ‘std’ does not name a template type typedef std::function Getter; --- diff --git a/pv/prop/property.h b/pv/prop/property.h index e5a523f9..b3aa1a69 100644 --- a/pv/prop/property.h +++ b/pv/prop/property.h @@ -23,6 +23,7 @@ #include +#include #include #include