Closed lethal-guitar closed 8 months ago
Hi, I recently tried building this on Mac OS (using Apple Clang 13.0.0), and noticed a few build errors - mostly due to missing includes, and one method that wasn't marked as const. This PR fixes these errors.
const
Thanks!
Hi, I recently tried building this on Mac OS (using Apple Clang 13.0.0), and noticed a few build errors - mostly due to missing includes, and one method that wasn't marked as
const
. This PR fixes these errors.