From c9528e9de846293d65b5ca66b17e12f6afb0759d Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Wed, 25 Aug 2004 23:10:56 +0000 Subject: [PATCH] Fixed compile error git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28913 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/mac/carbon/sound.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mac/carbon/sound.cpp b/src/mac/carbon/sound.cpp index 1911d62d7f..2aa657b7a0 100644 --- a/src/mac/carbon/sound.cpp +++ b/src/mac/carbon/sound.cpp @@ -19,6 +19,7 @@ #include "wx/file.h" #include "wx/sound.h" #include "wx/timer.h" +#include "wx/intl.h" #if wxUSE_SOUND -- 2.49.0