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 'C/Lzma2Dec.c')
-rw-r--r--[-rwxr-xr-x]C/Lzma2Dec.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/C/Lzma2Dec.c b/C/Lzma2Dec.c
index f3a6b821..502a1588 100755..100644
--- a/C/Lzma2Dec.c
+++ b/C/Lzma2Dec.c
@@ -3,6 +3,8 @@
/* #define SHOW_DEBUG_INFO */
+#include "Precomp.h"
+
#ifdef SHOW_DEBUG_INFO
#include <stdio.h>
#endif