Skip to content

Commit

Permalink
Fixing more includes
Browse files Browse the repository at this point in the history
  • Loading branch information
milasudril committed May 6, 2022
1 parent 977630f commit f5fab57
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ui/mixerconsole.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
#include "../sessiondata/session.hpp"
#include "../common/floatconv.hpp"

using namespace Anja;
#include <cstdio>

using namespace Anja;

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

0 comments on commit f5fab57

Please sign in to comment.