add missing include
authorRobin Gareus <robin@gareus.org>
Sun, 5 Apr 2015 01:13:12 +0000 (03:13 +0200)
committerRobin Gareus <robin@gareus.org>
Sun, 5 Apr 2015 01:13:12 +0000 (03:13 +0200)
hopefully fixes string collection

libs/ardour/value_as_string.cc

index 2dd220455505f2e4cc4bb4737584a524c7084a6f..55306d3f0b14569f8e78f325c216aee4e2173950 100644 (file)
@@ -18,6 +18,7 @@
 
 */
 
+#include "i18n.h"
 #include "ardour/value_as_string.h"
 
 namespace ARDOUR {