TokTok / jvm-toxcore-c

JVM (Java/Scala/Kotlin) bindings to toxcore
https://toktok.ltd
GNU General Public License v3.0
40 stars 30 forks source link

chore: Fix build w/ libstdc++13 #107

Closed robinlinden closed 9 months ago

robinlinden commented 11 months ago
In file included from cpp/src/util/logging.cpp:1:
cpp/src/util/logging.h:47:36: error: unknown type name 'uint8_t'
   47 | void output_hex (std::ostream &os, uint8_t const *data, size_t length);

This change is Reviewable