From 5648023cf37978a7108c3773e43c111372b58394 Mon Sep 17 00:00:00 2001 From: Gale Andrews Date: Mon, 11 Jul 2016 18:45:47 +0100 Subject: [PATCH] Further fix for Windows build --- src/effects/Contrast.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/effects/Contrast.h b/src/effects/Contrast.h index 88263533b..c3d28db3c 100644 --- a/src/effects/Contrast.h +++ b/src/effects/Contrast.h @@ -9,7 +9,7 @@ #ifndef __AUDACITY_CONTRAST_DIALOG__ #define __AUDACITY_CONTRAST_DIALOG__ -#include "widgets/wxPanelWrapper.h" +#include "../widgets/wxPanelWrapper.h" class wxButton; class wxSizer;