Skip to content

Commit 4891f68

Browse files
author
Tsing
committed
Fixed compilition error
1 parent 4810e2f commit 4891f68

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/lib/calibration/Calibrator.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
#include <thread>
44

55
namespace SLS {
6-
bool Calibrator::closeAsynImg = false;
76

87
////////////////////////// Callbacks
98

src/lib/core/PointCloud.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#include <core/PointCloud.hpp>
22
#include <cstring> // memcpy
33
#include <cmath>
4+
#include <array>
45

56
namespace SLS
67
{

0 commit comments

Comments
 (0)