We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc27b61 commit a17fc3bCopy full SHA for a17fc3b
1 file changed
cpp/open3d/visualization/visualizer/O3DVisualizer.cpp
@@ -8,6 +8,8 @@
8
#include "open3d/visualization/visualizer/O3DVisualizer.h"
9
10
#include <json/json.h>
11
+#include <tbb/parallel_reduce.h>
12
+#include <tbb/blocked_range.h>
13
14
#include <cmath>
15
#include <set>
0 commit comments