summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-03-19 21:46:01 +0000
committerCarl Hetherington <cth@carlh.net>2014-03-19 21:46:01 +0000
commit7702e5d643440e75369078863b34f8a574ee4143 (patch)
treee01edc51718fd6c475b449748ff7fa6e5c526bc9 /examples
parentc91aa27e13703874c944fed763b5b039ceae71d2 (diff)
Considerable re-work of KDM class to express the difference between encrypted and unencrypted KDMs.
Diffstat (limited to 'examples')
-rw-r--r--examples/make_dcp.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/make_dcp.cc b/examples/make_dcp.cc
index d86cd30a..910fb8cb 100644
--- a/examples/make_dcp.cc
+++ b/examples/make_dcp.cc
@@ -41,6 +41,7 @@
#include "file.h"
#include "reel_mono_picture_asset.h"
#include "reel_sound_asset.h"
+#include <cmath>
int
main ()