commit 5e32e2637b5f2b448b195a6c184091861f343085 parent 13b067dd510a4d7dd8427ce81a9d8a612d15a124 Author: dsp56300 <dsp56300@users.noreply.github.com> Date: Thu, 25 Apr 2024 22:24:18 +0200 add missing include Diffstat:
M | source/synthLib/os.h | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/source/synthLib/os.h b/source/synthLib/os.h @@ -1,8 +1,9 @@ #pragma once +#include <array> +#include <cstdint> #include <string> #include <vector> -#include <array> namespace synthLib {