diff options
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; }; |
