Skip to content

Commit

Permalink
Merge pull request google#636 from google/fix_gcc11_compile_635
Browse files Browse the repository at this point in the history
Fix gcc11 compile error
  • Loading branch information
FrankGalligan committed Oct 8, 2020
2 parents 5ab15d2 + 6c4df27 commit 84d739b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/draco/core/hash_utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,9 @@

#include <stdint.h>

#include <cstddef>
#include <functional>

// TODO(fgalligan): Move this to core.

namespace draco {

template <typename T1, typename T2>
Expand Down

0 comments on commit 84d739b

Please sign in to comment.