projects
/
dcpomatic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d93d0c6
)
Missing include.
v2.16.87
author
Carl Hetherington
<cth@carlh.net>
Tue, 11 Jun 2024 11:55:18 +0000
(13:55 +0200)
committer
Carl Hetherington
<cth@carlh.net>
Tue, 18 Jun 2024 23:22:01 +0000
(
01:22
+0200)
src/lib/kdm_cli.cc
patch
|
blob
|
history
diff --git
a/src/lib/kdm_cli.cc
b/src/lib/kdm_cli.cc
index 7ea318dd6242c06bc1f067a7ef647b8b8f116dce..4199f84302231cd30d0c1a19a5eec6633b1f2d77 100644
(file)
--- a/
src/lib/kdm_cli.cc
+++ b/
src/lib/kdm_cli.cc
@@
-36,6
+36,7
@@
#include <dcp/decrypted_kdm.h>
#include <dcp/encrypted_kdm.h>
#include <dcp/filesystem.h>
+#include <boost/algorithm/string.hpp>
#include <getopt.h>