From 4c441697eb329b6da3806b93fae3eb90bb2c9c51 Mon Sep 17 00:00:00 2001 From: James Crook Date: Sun, 31 Mar 2019 15:12:49 +0100 Subject: [PATCH] Fix Windows Build. --- src/Prefs.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Prefs.h b/src/Prefs.h index f6b8c85d0..70c5c08c9 100644 --- a/src/Prefs.h +++ b/src/Prefs.h @@ -33,7 +33,8 @@ #include "../include/audacity/ComponentInterface.h" -#include // to inherit wxFileConfig +#include +#include // to inherit wxFileConfig void InitPreferences(); void FinishPreferences();