summaryrefslogtreecommitdiff
path: root/src/lib/ext.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-04-24 23:54:43 +0200
committerCarl Hetherington <cth@carlh.net>2025-04-24 23:54:43 +0200
commit51d19737e7b510749ba46af57c7d99bccf988b54 (patch)
tree37a18b2f5c92054fe474dc975d86d3cf48569ce6 /src/lib/ext.h
parent21d139a2c3cd33c5a1648e24ee012668e334e879 (diff)
White space: ext.{cc,h}
Diffstat (limited to 'src/lib/ext.h')
-rw-r--r--src/lib/ext.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/ext.h b/src/lib/ext.h
index 367a71ba9..5ad2ab747 100644
--- a/src/lib/ext.h
+++ b/src/lib/ext.h
@@ -21,6 +21,7 @@
#include <boost/filesystem.hpp>
#include <string>
+#include <vector>
class Nanomsg;
@@ -29,7 +30,7 @@ class Nanomsg;
namespace dcpomatic {
-extern void write (std::vector<boost::filesystem::path> dcp_paths, std::string device, std::string posix_partition, Nanomsg* nanomsg);
+extern void write(std::vector<boost::filesystem::path> dcp_paths, std::string device, std::string posix_partition, Nanomsg* nanomsg);
}