diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-24 22:23:41 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-24 22:23:41 +0100 |
| commit | 93d06f01683ec7ad351db329627b02d4fb23f4fa (patch) | |
| tree | dd6f1a265b2965e8c177a7e14afa639bd699ae91 /src/data.h | |
| parent | 9e523d8a4062ad52330dff6c2ba50e54184c9bb2 (diff) | |
| parent | 69f188e13db64d8a3b17e49351d0be0ac3676b99 (diff) | |
Merge.
Diffstat (limited to 'src/data.h')
| -rw-r--r-- | src/data.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -18,6 +18,8 @@ */ #include <boost/shared_array.hpp> +#include <boost/filesystem.hpp> +#include <stdint.h> namespace dcp { @@ -31,6 +33,8 @@ public: , size (size_) {} + Data (boost::filesystem::path file); + boost::shared_array<uint8_t> data; boost::uintmax_t size; }; |
