Skip to content

Commit

Permalink
tbb
Browse files Browse the repository at this point in the history
  • Loading branch information
andrjohns authored May 21, 2024
1 parent 4968c4c commit 95e9db2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/estimator.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#include <RcppParallel.h>
#if defined(EMSCRIPTEN) && !defined(__linux__)
#define MANUAL_LINUX_DEF 1
#define __linux__ 1
#endif
#include <estimator/estimator_ext_header.hpp>
#include <estimator/estimator.hpp>

0 comments on commit 95e9db2

Please sign in to comment.