pulseview/pv/binding
Uwe Hermann 7671200bd7 MinGW: Fix a compile error due to a missing #include.
In file included from [...]/pv/globalsettings.cpp:20:0:
  [...]/pv/globalsettings.hpp:31:12: error: 'std::function' has not been declared
   using std::function;
              ^
  test/CMakeFiles/pulseview-test.dir/build.make:88: recipe for target 'test/CMakeFiles/pulseview-test.dir/__/pv/globalsettings.cpp.obj' failed
  make[2]: *** [test/CMakeFiles/pulseview-test.dir/__/pv/globalsettings.cpp.obj] Error 1
  make[2]: *** Waiting for unfinished jobs....
  [  5%] Building CXX object CMakeFiles/pulseview.dir/pv/globalsettings.cpp.obj
  In file included from [...]/pv/globalsettings.cpp:20:0:
  [...]/pv/globalsettings.hpp:31:12: error: 'std::function' has not been declared
   using std::function;
              ^

Add #include <functional> everywhere where std::function is used. Only
the occurence in globalsettings.hpp was causing an actual build failure
on MinGW, though.
2018-02-10 22:10:10 +01:00
..
binding.cpp binding: Add description tooltips to almost all binding types. 2017-03-30 20:03:21 +02:00
binding.hpp
decoder.cpp Apply some clang-tidy fixes. 2017-07-06 12:09:10 +02:00
decoder.hpp Remove DecodeStack dependency from decode binding wrapper 2017-07-04 23:14:36 +02:00
device.cpp Apply some clang-tidy fixes. 2017-07-06 12:09:10 +02:00
device.hpp MinGW: Fix a compile error due to a missing #include. 2018-02-10 22:10:10 +01:00
inputoutput.cpp Apply some clang-tidy fixes. 2017-07-06 12:09:10 +02:00
inputoutput.hpp binding/prop: Add a description field. 2017-03-30 19:57:06 +02:00