X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Ffind_session.cc;h=af39a475277a940ae6d0fc95d5b4cb8c8d49de3a;hb=d92686afb4105b84b014372b6feb0ccc454a5171;hp=e6ab2b1e2444868f647a6a16c32d6ca6694106ee;hpb=c68736bc028a4965df4d43d59e550ba3185054fb;p=ardour.git diff --git a/libs/ardour/find_session.cc b/libs/ardour/find_session.cc index e6ab2b1e24..af39a47527 100644 --- a/libs/ardour/find_session.cc +++ b/libs/ardour/find_session.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2012 Paul Davis + Copyright (C) 2012 Paul Davis This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -23,7 +23,7 @@ #include #include -#include +#include "pbd/gstdio_compat.h" #include @@ -35,7 +35,7 @@ #include "ardour/utils.h" #include "ardour/session_utils.h" -#include "i18n.h" +#include "pbd/i18n.h" using namespace std; using namespace PBD;