summaryrefslogtreecommitdiff
path: root/gtk2_ardour/fft_result.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2008-04-17 15:25:45 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2008-04-17 15:25:45 +0000
commitb235856e446accd279160a69cc8950e123c0c82f (patch)
treea81a85fc74801a813ff7d2fd4635a816c04a149d /gtk2_ardour/fft_result.cc
parent6962547e8da2f17ace5dc73906ef612ff737cfa3 (diff)
gcc 4.3 compile fixes; new name-new-marker-at-creation option; make ferret region splits undoable
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3261 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/fft_result.cc')
-rw-r--r--gtk2_ardour/fft_result.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/fft_result.cc b/gtk2_ardour/fft_result.cc
index d692b9152b..a9858542a3 100644
--- a/gtk2_ardour/fft_result.cc
+++ b/gtk2_ardour/fft_result.cc
@@ -21,6 +21,7 @@
#include <fft_result.h>
#include <fft_graph.h>
#include <cstdlib>
+#include <cstring>
#include <string>
#include <cmath>