diff --git a/examples/protonect/include/libfreenect2/threading.h b/examples/protonect/include/libfreenect2/threading.h index 02b9e4a73..e617d8bb3 100644 --- a/examples/protonect/include/libfreenect2/threading.h +++ b/examples/protonect/include/libfreenect2/threading.h @@ -63,7 +63,7 @@ using namespace std::this_thread; #ifdef LIBFREENECT2_THREADING_TINYTHREAD -#include +#include // TODO: work around for tinythread incompatibility #define WAIT_CONDITION(var, mutex, lock) var.wait(mutex);