diff options
Diffstat (limited to 'src/lib/cross.h')
| -rw-r--r-- | src/lib/cross.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/cross.h b/src/lib/cross.h index ece36fe25..114581269 100644 --- a/src/lib/cross.h +++ b/src/lib/cross.h @@ -31,6 +31,7 @@ #include <boost/filesystem.hpp> #include <boost/thread/mutex.hpp> #include <boost/optional.hpp> +#include <boost/function.hpp> #ifdef DCPOMATIC_WINDOWS #define WEXITSTATUS(w) (w) @@ -138,4 +139,6 @@ private: boost::optional<std::string> _model; }; +void disk_write_finished (); + #endif |
