summaryrefslogtreecommitdiff
path: root/gtk2_ardour/canvas-sysex.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/canvas-sysex.h')
-rw-r--r--gtk2_ardour/canvas-sysex.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/gtk2_ardour/canvas-sysex.h b/gtk2_ardour/canvas-sysex.h
index 281cbb557a..718f81fd6a 100644
--- a/gtk2_ardour/canvas-sysex.h
+++ b/gtk2_ardour/canvas-sysex.h
@@ -20,6 +20,8 @@
#ifndef CANVAS_SYSEX_H_
#define CANVAS_SYSEX_H_
+#include <string>
+
#include "canvas-flag.h"
class MidiRegionView;
@@ -33,7 +35,7 @@ public:
CanvasSysEx(
MidiRegionView& region,
Group& parent,
- string& text,
+ std::string& text,
double height,
double x,
double y);