From: quzar <qu...@us...> - 2025-05-20 18:59:11
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "UNNAMED PROJECT". The branch, master has been updated via 945bc70f652c0fca656cafe3a2723a14577e49e7 (commit) from a9469557bddda8bc37a77935b770dbcfb5dc4203 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 945bc70f652c0fca656cafe3a2723a14577e49e7 Author: QuzarDC <qu...@co...> Date: Mon May 12 01:22:52 2025 -0400 Explicitly include dbglog It was being implicitly included via stdio ----------------------------------------------------------------------- Summary of changes: src/sound.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/sound.cpp b/src/sound.cpp index 9b41395..d1fee93 100644 --- a/src/sound.cpp +++ b/src/sound.cpp @@ -9,6 +9,7 @@ #include "sound.h" #include <cassert> +#include <kos/dbglog.h> int Sound::m_default_vol = 240; hooks/post-receive -- UNNAMED PROJECT |