Skip to content

Commit

Permalink
Merge pull request #52 from pmmp/floor-ceil-fix
Browse files Browse the repository at this point in the history
Revert "Removed unused math.h"
  • Loading branch information
Forceflow authored Sep 10, 2020
2 parents 97ec98c + b211468 commit b87379b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions libmorton/include/morton2D.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

#include <algorithm>
#include <stdint.h>
#include <math.h>
#include "morton2D_LUTs.h"
#include "morton_common.h"

Expand Down
1 change: 1 addition & 0 deletions libmorton/include/morton3D.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

#include <algorithm>
#include <stdint.h>
#include <math.h>
#include "morton3D_LUTs.h"
#include "morton_common.h"

Expand Down
1 change: 1 addition & 0 deletions test/libmorton_test.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

// Standard headers
#include <cstdlib>
#include <math.h>
#include <iostream>
#include <sstream>
#include <chrono>
Expand Down

0 comments on commit b87379b

Please sign in to comment.