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/NewHandler.h')
-rw-r--r--CPP/Common/NewHandler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/CPP/Common/NewHandler.h b/CPP/Common/NewHandler.h
index e3e7422c..dcad5688 100644
--- a/CPP/Common/NewHandler.h
+++ b/CPP/Common/NewHandler.h
@@ -21,6 +21,7 @@ problem for your code.
Also we declare delete(void *p) throw() that creates smaller code.
*/
+#include <stddef.h>
class CNewException {};