mirror of
https://gitcode.com/gh_mirrors/ope/OpenFace.git
synced 2025-12-30 13:02:30 +00:00
Header mistake fix.
This commit is contained in:
@@ -45,9 +45,10 @@
|
||||
#include <opencv2/core/core.hpp>
|
||||
#include <opencv2/highgui/highgui.hpp>
|
||||
|
||||
#include "tbb/concurrent_queue.h"
|
||||
|
||||
#ifdef _WIN32
|
||||
// For speeding up writing
|
||||
#include "tbb/concurrent_queue.h"
|
||||
#include "tbb/task_group.h"
|
||||
#else
|
||||
#include <thread>
|
||||
|
||||
Reference in New Issue
Block a user