Skip to content

Commit

Permalink
Merge pull request #70 from madmann91/fix_missing_include
Browse files Browse the repository at this point in the history
Add missing `#include` file
  • Loading branch information
madmann91 authored Dec 7, 2023
2 parents d63bd07 + 16a067f commit a3a9fe9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bvh/v2/utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

#include "bvh/v2/platform.h"

#include <limits>
#include <climits>
#include <cstdint>
#include <cstring>
Expand Down

0 comments on commit a3a9fe9

Please sign in to comment.