examples : add missing #include <cstdint> (#798)

common.cpp uses uint8_t and uint64_t, which are defined in <cstdint>.
This commit is contained in:
Philipp Zabel 2023-04-23 15:52:52 +02:00 committed by GitHub
parent eecf2c3d41
commit 2bd4b8d577
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,7 @@
#include "dr_wav.h"
#include <cmath>
#include <cstdint>
#include <regex>
#ifndef M_PI