From 0c54afc7695e16b47b2fa79b36c1339a6309484c Mon Sep 17 00:00:00 2001 From: lllucius Date: Wed, 30 Mar 2011 14:30:58 +0000 Subject: [PATCH] Add missing include --- src/AudacityApp.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/AudacityApp.h b/src/AudacityApp.h index 4e634375c..359f2ebfa 100644 --- a/src/AudacityApp.h +++ b/src/AudacityApp.h @@ -23,6 +23,7 @@ #include #include #include +#include #include "widgets/FileHistory.h" #include "ondemand/ODTaskThread.h"