diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-01-17 20:18:40 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-01-17 20:18:40 +0000 |
| commit | 81ace96fff3e63427ba3b772300ba778a9b9ade6 (patch) | |
| tree | e772f1bd102364a4e27474444af68d1019513ac6 | |
| parent | c4bddfdf2a712677d43cb50efe74eacd76a04c92 (diff) | |
Missing include for arch.
| -rw-r--r-- | src/asset_writer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/asset_writer.h b/src/asset_writer.h index 814405d4..7fa25866 100644 --- a/src/asset_writer.h +++ b/src/asset_writer.h @@ -40,6 +40,7 @@ #include "types.h" #include <boost/filesystem.hpp> +#include <boost/noncopyable.hpp> namespace dcp { |
