Skip to content

Commit

Permalink
Defines and include order push me toward the border
Browse files Browse the repository at this point in the history
  • Loading branch information
Fastigium committed Mar 13, 2016
1 parent fb69f7b commit 934a80b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions plugins/lb302/lb302.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@
*
*/

// Need to include this first to ensure we get M_PI
#define _USE_MATH_DEFINES
#include <math.h>

#include "lb302.h"
#include "AutomatableButton.h"
#include "Engine.h"
Expand All @@ -43,9 +47,6 @@

#include "embed.cpp"

#define _USE_MATH_DEFINES
#include <math.h>


// Envelope Recalculation period
#define ENVINC 64
Expand Down

0 comments on commit 934a80b

Please sign in to comment.