Skip to content

Commit f5fab57

Browse files
committed
Fixing more includes
1 parent 977630f commit f5fab57

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ui/mixerconsole.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
#include "../sessiondata/session.hpp"
55
#include "../common/floatconv.hpp"
66

7-
using namespace Anja;
7+
#include <cstdio>
88

9+
using namespace Anja;
910

1011
static double gain_map(double x)
1112
{return 6.0*x + (1-x)*(-72.0);}

0 commit comments

Comments
 (0)