From 2bd4b8d5770ec3712b67811ad7714ea22fe1084f Mon Sep 17 00:00:00 2001 From: Philipp Zabel Date: Sun, 23 Apr 2023 15:52:52 +0200 Subject: [PATCH] examples : add missing #include (#798) common.cpp uses uint8_t and uint64_t, which are defined in . --- examples/common.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/common.cpp b/examples/common.cpp index 194ef0ec..b852f8bb 100644 --- a/examples/common.cpp +++ b/examples/common.cpp @@ -6,6 +6,7 @@ #include "dr_wav.h" #include +#include #include #ifndef M_PI