Skip to content

Commit e080637

Browse files
committed
fix
1 parent 9356e4e commit e080637

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

src/LAS_point_metrics.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
#include "LAS.h"
2+
#include "Progress.h"
23
#include "SpatialIndex.h"
34

5+
using namespace lidR;
6+
47
// From data.table https://github.com/Rdatatable/data.table/pull/7451/changes
58
#if R_VERSION < R_Version(4, 6, 0) || R_SVN_REVISION < 89077
69
# define BACKPORT_RESIZABLE_API

src/Makevars

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ SOURCES = ./Progress.cpp \
88
./C_ptd.cpp \
99
./C_chm_prep.cpp \
1010
./LAS.cpp \
11+
./LAS_point_metrics.cpp \
1112
./knn.cpp \
1213
./C_Gatziolis2019.cpp \
1314
./RcppFunction.cpp \

0 commit comments

Comments
 (0)