1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-06 17:13:49 +01:00

Fix Windows Build.

This commit is contained in:
James Crook
2019-03-31 15:12:49 +01:00
parent 4714d72b3f
commit 4c441697eb

View File

@@ -33,7 +33,8 @@
#include "../include/audacity/ComponentInterface.h"
#include <wx/config.h> // to inherit wxFileConfig
#include <wx/config.h>
#include <wx/fileconf.h> // to inherit wxFileConfig
void InitPreferences();
void FinishPreferences();