From b566e09e61ff3d35fb2145ccfd52152709653ed1 Mon Sep 17 00:00:00 2001 From: richardash1981 Date: Mon, 5 Apr 2010 10:39:28 +0000 Subject: [PATCH] Use of wxMessageBox needs this include to compile --- src/prefs/ExtImportPrefs.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/prefs/ExtImportPrefs.cpp b/src/prefs/ExtImportPrefs.cpp index 66e7d3186..d740e95e7 100644 --- a/src/prefs/ExtImportPrefs.cpp +++ b/src/prefs/ExtImportPrefs.cpp @@ -16,6 +16,7 @@ #include #include +#include #include "ExtImportPrefs.h" #include "../Audacity.h"