From 2193d7950ffd176a7d15f74371b4e42795dc6985 Mon Sep 17 00:00:00 2001 From: Pascal Gauthier Date: Thu, 25 Jun 2015 00:36:01 -0400 Subject: [PATCH] Version 0.9.0 --- Source/OperatorEditor.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Source/OperatorEditor.cpp b/Source/OperatorEditor.cpp index 0d40958..d3c4053 100644 --- a/Source/OperatorEditor.cpp +++ b/Source/OperatorEditor.cpp @@ -24,6 +24,9 @@ //[MiscUserDefs] You can add your own user definitions and misc code here... +#ifndef M_LN10 +#define M_LN10 2.30258509299404568402 +#endif //[/MiscUserDefs] //==============================================================================