X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fcross_osx.cc;h=58ec8e3c46cd6cb6d4b2a228de5086eab0469b2c;hb=6f792158e88d9426a0eafc7f1724a33ddbd453e5;hp=fc8ccd4a872dbe2566324d877d053e5beaa80637;hpb=1701253912a8a6fcec87447b58efa53cacbac4b4;p=dcpomatic.git diff --git a/src/lib/cross_osx.cc b/src/lib/cross_osx.cc index fc8ccd4a8..58ec8e3c4 100644 --- a/src/lib/cross_osx.cc +++ b/src/lib/cross_osx.cc @@ -65,7 +65,7 @@ using std::runtime_error; using std::map; using std::shared_ptr; using boost::optional; -using boost::function; +using std::function; /** @param s Number of seconds to sleep for */ void @@ -607,3 +607,10 @@ dcpomatic::get_process_id () { return dcp::raw_convert(getpid()); } + + +boost::filesystem::path +fix_long_path (boost::filesystem::path path) +{ + return path; +}