Header mistake fix.

This commit is contained in:
Tadas Baltrusaitis
2018-06-25 19:53:01 +02:00
parent 2e265f0905
commit feb6dbd25d

View File

@@ -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>