Fixed missing include (fixed compilation on OSX)
This commit is contained in:
parent
487ccdd2be
commit
ddf8acb440
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
||||||
#include "SLA/SLASupportTree.hpp"
|
#include "SLA/SLASupportTree.hpp"
|
||||||
#include "SLA/SLABasePool.hpp"
|
#include "SLA/SLABasePool.hpp"
|
||||||
|
|
||||||
|
#include <unordered_set>
|
||||||
|
|
||||||
#include <tbb/parallel_for.h>
|
#include <tbb/parallel_for.h>
|
||||||
#include <boost/log/trivial.hpp>
|
#include <boost/log/trivial.hpp>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue