Commit e4ca7118 authored by Andrey Kamaev's avatar Andrey Kamaev

#1782 Threading optimization of OpenNI wrapper is disabled for TBB < 3.0

parent a77a93a8
......@@ -44,6 +44,10 @@
#ifdef HAVE_OPENNI
#if TBB_INTERFACE_VERSION < 5000
# undef HAVE_TBB
#endif
#include <iostream>
#include <queue>
#include "XnCppWrapper.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment