Skip to content

Commit 95e9db2

Browse files
authored
tbb
1 parent 4968c4c commit 95e9db2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/estimator.cpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1-
#include <RcppParallel.h>
1+
#if defined(EMSCRIPTEN) && !defined(__linux__)
2+
#define MANUAL_LINUX_DEF 1
3+
#define __linux__ 1
4+
#endif
25
#include <estimator/estimator_ext_header.hpp>
36
#include <estimator/estimator.hpp>

0 commit comments

Comments
 (0)