X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Fltc_file_reader.cc;h=0ffc16405121eb633a51658801a8175f667f129a;hb=63b6ab1101bf3e3f67226fa82c8fb11ea2f832e0;hp=3851eee22ce2222c432b4fb23f482dd001374d3f;hpb=77ee3d18a68d1f0473656815fc82fe28cc1a74cc;p=ardour.git diff --git a/libs/ardour/ltc_file_reader.cc b/libs/ardour/ltc_file_reader.cc index 3851eee22c..0ffc164051 100644 --- a/libs/ardour/ltc_file_reader.cc +++ b/libs/ardour/ltc_file_reader.cc @@ -20,7 +20,7 @@ #include #include -#include +#include "pbd/gstdio_compat.h" #include #include @@ -29,10 +29,11 @@ #include "pbd/error.h" #include "pbd/failed_constructor.h" -#include "timecode/time.h" +#include "temporal/time.h" + #include "ardour/ltc_file_reader.h" -#include "i18n.h" +#include "pbd/i18n.h" using namespace std; using namespace ARDOUR;