summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/lzma/C/Delta.c
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/lzma/C/Delta.c')
-rw-r--r--3rdparty/lzma/C/Delta.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/3rdparty/lzma/C/Delta.c b/3rdparty/lzma/C/Delta.c
index 2b327f15f37..e3edd21edbb 100644
--- a/3rdparty/lzma/C/Delta.c
+++ b/3rdparty/lzma/C/Delta.c
@@ -1,6 +1,8 @@
/* Delta.c -- Delta converter
2009-05-26 : Igor Pavlov : Public domain */
+#include "Precomp.h"
+
#include "Delta.h"
void Delta_Init(Byte *state)