]> sigrok.org Git - pulseview.git/commit
property: add the necessary include file for std::function
authorAurelien Jacobs <redacted>
Tue, 3 Jun 2014 15:07:27 +0000 (17:07 +0200)
committerAurelien Jacobs <redacted>
Tue, 3 Jun 2014 15:07:27 +0000 (17:07 +0200)
commitf896568baff2904ef2a26ee082321f4f689a86b2
tree7066f7599b5c24688a9bf76ded0a35bb2d5e0f9d
parentb1e8c93d824986328a34d1c36273cb534fd65307
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<GVariant* ()> Getter;
pv/prop/property.h