summaryrefslogtreecommitdiff
path: root/gtk2_ardour/selection_memento.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-03-31 16:05:15 +0200
committerRobin Gareus <robin@gareus.org>2015-03-31 16:05:15 +0200
commit47110c983c48fb683a9f78b50923b06db5e341c8 (patch)
treefd3c31c337f66c38c5e941595e8c65d2fbcf4098 /gtk2_ardour/selection_memento.cc
parente2271c84e7e759ea4ffc6e89c79ba61cfb84f5d5 (diff)
fix OSX/PPC 10.4 long maths
Diffstat (limited to 'gtk2_ardour/selection_memento.cc')
-rw-r--r--gtk2_ardour/selection_memento.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/selection_memento.cc b/gtk2_ardour/selection_memento.cc
index c190d7e6ae..ae3ad730ad 100644
--- a/gtk2_ardour/selection_memento.cc
+++ b/gtk2_ardour/selection_memento.cc
@@ -17,6 +17,7 @@
*/
+#include "ardour/lmath.h"
#include "selection_memento.h"
#include "editing.h"
#include "public_editor.h"