mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-22 06:22:58 +02:00
Require Audacity.h before Experimental.h...
... so that USE_* macros will be seen first, and so EXPERIMENTAL_AUTOMATED_INPUT_LEVEL_ADJUSTMENT, for one, is correctly defined. I hesitated actually to include Audacity.h in Experimental.h. Maybe no need for that hesitancy. But instead I use #error if Audacity.h has not been seen yet.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
#include "../Audacity.h" // for USE_* macros
|
||||
#include "../Experimental.h"
|
||||
|
||||
#include "../AudacityApp.h"
|
||||
|
Reference in New Issue
Block a user