Skip to content

Commit

Permalink
Added missing include that made windows compilation fail. (#343)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpierredeschenes committed Jun 18, 2019
1 parent 4212fb4 commit 02f0180
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pointmatcher/DataPointsFilters/NormalSpace.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include <random>
#include <ciso646>
#include <cmath>
#include <numeric>

// NormalSpaceDataPointsFilter
template <typename T>
Expand Down

0 comments on commit 02f0180

Please sign in to comment.