fix crash when copy'ing latent plugins
[ardour.git] / libs / ardour / ltc_file_reader.cc
index 5f68a2d5ce808c81a020586e8c8302c7573d1d5f..8ca97ee5b6d93ce6952e09df3a34f270a3eb2199 100644 (file)
 #include <fcntl.h>
 #include <sys/stat.h>
 
-#include <glibmm.h>
+#include <glib.h>
+#include "pbd/gstdio_compat.h"
+
 #include <assert.h>
+#include <string.h>
+#include <glibmm.h>
 
 #include "pbd/error.h"
 #include "pbd/failed_constructor.h"
@@ -28,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;