Skip to content

Commit 1497106

Browse files
authored
threading: Add the missing header for std::bind
Fixes #945.
1 parent 9d24b80 commit 1497106

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/internal/libfreenect2/threading.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
#include <mutex>
3838
#include <condition_variable>
3939
#include <chrono>
40+
#include <functional>
4041

4142
#define WAIT_CONDITION(var, mutex, lock) var.wait(lock);
4243

0 commit comments

Comments
 (0)