We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4810e2f commit 4891f68Copy full SHA for 4891f68
src/lib/calibration/Calibrator.cpp
@@ -3,7 +3,6 @@
3
#include <thread>
4
5
namespace SLS {
6
-bool Calibrator::closeAsynImg = false;
7
8
////////////////////////// Callbacks
9
src/lib/core/PointCloud.cpp
@@ -1,6 +1,7 @@
1
#include <core/PointCloud.hpp>
2
#include <cstring> // memcpy
#include <cmath>
+#include <array>
namespace SLS
{
0 commit comments