Skip to content

Commit a233291

Browse files
committed
Add missing include
Compilation fails with debug build. Fixes regression from dd99f3a
1 parent ad1fa16 commit a233291

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/core/MixHelpers.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
*/
2424

2525
#include "MixHelpers.h"
26+
27+
#include <cstdio>
28+
2629
#include "lmms_math.h"
2730
#include "ValueBuffer.h"
2831

0 commit comments

Comments
 (0)