Cross-Platform build scripts for audio plugins
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
239B

  1. diff --git a/src/qjackctlGraph.cpp b/src/qjackctlGraph.cpp
  2. index bd0ca71..fe45f1f 100644
  3. --- a/src/qjackctlGraph.cpp
  4. +++ b/src/qjackctlGraph.cpp
  5. @@ -51,6 +51,7 @@
  6. #include <algorithm>
  7. +#define _USE_MATH_DEFINES
  8. #include <math.h>