1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-30 23:23:44 +02:00

Fix windows build

This commit is contained in:
Paul Licameli 2018-01-02 01:05:09 -05:00
parent a86decbbe6
commit 84a600bab1

View File

@ -30,6 +30,7 @@ and on Mac OS X for the filesystem.
#include "Internat.h"
#include "Experimental.h"
#include "FileNames.h"
#include "widgets/ErrorDialog.h"
// in order for the static member variables to exist, they must appear here
// (_outside_) the class definition, in order to be allocated some storage.