aboutsummaryrefslogtreecommitdiffstats
path: root/src/compressed_io.h
diff options
context:
space:
mode:
authorDaniil Cherednik <dan.cherednik@gmail.com>2016-07-18 00:28:51 +0300
committerDaniil Cherednik <dan.cherednik@gmail.com>2016-07-18 00:28:51 +0300
commitd831e9ebb098a585792dedd62a3c01e59c4656a2 (patch)
tree882aa49feeaf8f69b829d34ec103b7c80d57fe9b /src/compressed_io.h
parent91a4ae90590356b513e5f882ff81a5ca9fda961d (diff)
downloadatracdenc-d831e9ebb098a585792dedd62a3c01e59c4656a2.tar.gz
Compilation fixed
Diffstat (limited to 'src/compressed_io.h')
-rw-r--r--src/compressed_io.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compressed_io.h b/src/compressed_io.h
index 8b6a235..cc45a7f 100644
--- a/src/compressed_io.h
+++ b/src/compressed_io.h
@@ -2,6 +2,7 @@
#include <vector>
#include <array>
#include <string>
+#include <memory>
class ICompressedIO {
public: