From ac6eaeeb7090af3b82a77ac76c43738492365bae Mon Sep 17 00:00:00 2001 From: "v.audacity" Date: Tue, 30 Jul 2013 22:43:45 +0000 Subject: [PATCH] attempt at fixing compile error on Linux --- src/toolbars/ControlToolBar.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/toolbars/ControlToolBar.h b/src/toolbars/ControlToolBar.h index 0b6cff334..e7178e259 100644 --- a/src/toolbars/ControlToolBar.h +++ b/src/toolbars/ControlToolBar.h @@ -14,6 +14,8 @@ #ifndef __AUDACITY_CONTROL_TOOLBAR__ #define __AUDACITY_CONTROL_TOOLBAR__ +#include + #include "ToolBar.h" #include "../Theme.h"