Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'CPP/Common/MyVector.h')
-rw-r--r--CPP/Common/MyVector.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/CPP/Common/MyVector.h b/CPP/Common/MyVector.h
index 28b26d68..14f7b11a 100644
--- a/CPP/Common/MyVector.h
+++ b/CPP/Common/MyVector.h
@@ -3,6 +3,8 @@
#ifndef __COMMON_MY_VECTOR_H
#define __COMMON_MY_VECTOR_H
+#include <string.h>
+
template <class T>
class CRecordVector
{