Skip to content

Commit

Permalink
Add functional header. (#780)
Browse files Browse the repository at this point in the history
Add <functional> so references to std::function have a definition.
  • Loading branch information
mstemm authored and Luca Marturana committed Mar 20, 2017
1 parent a9d080d commit 16b80d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions userspace/libsinsp/threadinfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ along with sysdig. If not, see <http://www.gnu.org/licenses/>.
#define VISIBILITY_PRIVATE private:
#endif

#include <functional>

class sinsp_delays_info;
class sinsp_threadtable_listener;
class thread_analyzer_info;
Expand Down

0 comments on commit 16b80d1

Please sign in to comment.