summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gtk2_ardour/soundcloud_export_selector.h3
1 files changed, 3 insertions, 0 deletions
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 <string>
#include <fstream>
@@ -41,3 +43,4 @@ class SoundcloudExportSelector : public Gtk::VBox, public ARDOUR::SessionHandleP
};
+#endif // __soundcloud_export_selector_h__