Fix failing build due to missing include

Fix the build of MixHelpers.cpp which fails due to a missing include of
cstdio (printf is not defined).
This commit is contained in:
Michael Gregorius
2019-03-03 14:44:19 +01:00
parent 231a8407e8
commit 0e77947793

View File

@@ -26,6 +26,8 @@
#include "lmms_math.h"
#include "ValueBuffer.h"
#include <cstdio>
static bool s_NaNHandler;