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:24:31 +0000 |
| commit | 46766164d06e0aa58ea5064bec9b313ff5cd2399 (patch) | |
| tree | f7167489c9fe5b21fbb65f82731791f27aecedb0 | |
| parent | a2feb49ea52d4681d578066454ecef22ceed44ec (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 dcf57aad..2970b8d3 100644 --- a/src/asset_writer.h +++ b/src/asset_writer.h @@ -41,6 +41,7 @@ #include "types.h" #include "crypto_context.h" #include <boost/filesystem.hpp> +#include <boost/noncopyable.hpp> namespace dcp { |
