Fixed missing include (fixed compilation on OSX)

This commit is contained in:
bubnikv 2018-11-21 18:03:24 +01:00
parent 487ccdd2be
commit ddf8acb440

View File

@ -2,6 +2,8 @@
#include "SLA/SLASupportTree.hpp"
#include "SLA/SLABasePool.hpp"
#include <unordered_set>
#include <tbb/parallel_for.h>
#include <boost/log/trivial.hpp>