1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-09-18 17:10:55 +02:00

Include Experimental.h before a use of EXPERIMENTAL_DA...

... I checked, and there are no other missed inclusions of Experimental.h
before tests of EXPERIMENTAL_* macros, except the special handling of version
numbers in Audacity.h.
This commit is contained in:
Paul Licameli 2018-11-16 22:54:47 -05:00
parent f4b209e4f7
commit a7583da349

View File

@ -22,6 +22,8 @@ used throughout Audacity into this one place.
#include "Audacity.h"
#include "Experimental.h"
#include <wx/defs.h>
#include <wx/filename.h>
#include <wx/intl.h>