]> git.sesse.net Git - casparcg/blobdiff - common/filesystem.h
Fix thumbnail saving on non-windows systems
[casparcg] / common / filesystem.h
index df5bf2b451392882ad6c8b39f30b89c1eab0d25f..95605a7ca86ccb31a7cb0edd744f0f2b031ba720 100644 (file)
@@ -27,6 +27,9 @@
 
 namespace caspar {
 
+boost::filesystem::path get_relative(
+               const boost::filesystem::path& file,
+               const boost::filesystem::path& relative_to);
 boost::filesystem::path get_relative_without_extension(
                const boost::filesystem::path& file,
                const boost::filesystem::path& relative_to);