fix crash when copy'ing latent plugins
[ardour.git] / libs / ardour / ltc_file_reader.cc
index e6dfdabac1ea3a7d6000cfd518eb6bcde61759ad..8ca97ee5b6d93ce6952e09df3a34f270a3eb2199 100644 (file)
@@ -19,6 +19,9 @@
 #include <fcntl.h>
 #include <sys/stat.h>
 
+#include <glib.h>
+#include "pbd/gstdio_compat.h"
+
 #include <assert.h>
 #include <string.h>
 #include <glibmm.h>
@@ -29,7 +32,7 @@
 #include "timecode/time.h"
 #include "ardour/ltc_file_reader.h"
 
-#include "i18n.h"
+#include "pbd/i18n.h"
 
 using namespace std;
 using namespace ARDOUR;