From d5cbb098da3c9b32a8a8fa97b4330b0278f6b244 Mon Sep 17 00:00:00 2001 From: Colin Fletcher Date: Thu, 29 May 2014 22:17:39 +0100 Subject: [PATCH] Add #include guards to soundcloud_export_selector.h --- gtk2_ardour/soundcloud_export_selector.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gtk2_ardour/soundcloud_export_selector.h b/gtk2_ardour/soundcloud_export_selector.h index 0ee6fbeb01..fcfbdfe91b 100644 --- a/gtk2_ardour/soundcloud_export_selector.h +++ b/gtk2_ardour/soundcloud_export_selector.h @@ -3,6 +3,8 @@ Adapted for Ardour by Ben Loftis, March 2012 *****************************************************************************/ +#ifndef __soundcloud_export_selector_h__ +#define __soundcloud_export_selector_h__ #include #include @@ -41,3 +43,4 @@ class SoundcloudExportSelector : public Gtk::VBox, public ARDOUR::SessionHandleP }; +#endif // __soundcloud_export_selector_h__