Merge pull request #636 from google/fix_gcc11_compile_635

Fix gcc11 compile error
This commit is contained in:
FrankGalligan 2020-10-08 10:56:34 -07:00 committed by GitHub
commit bde99c2663
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,10 +17,9 @@
#include <stdint.h>
#include <cstddef>
#include <functional>
// TODO(fgalligan): Move this to core.
namespace draco {
template <typename T1, typename T2>