[Bf-blender-cvs] [721fad37a19] master: Fix Windows builds after Zstandard commits

Lukas Stockner noreply at git.blender.org
Sat Aug 21 23:32:38 CEST 2021


Commit: 721fad37a1981a564404b5f708a405503dc18f45
Author: Lukas Stockner
Date:   Sat Aug 21 23:31:51 2021 +0200
Branches: master
https://developer.blender.org/rB721fad37a1981a564404b5f708a405503dc18f45

Fix Windows builds after Zstandard commits

===================================================================

M	source/blender/blenloader/intern/writefile.c

===================================================================

diff --git a/source/blender/blenloader/intern/writefile.c b/source/blender/blenloader/intern/writefile.c
index 6f43fbf1fa0..90d58514eb5 100644
--- a/source/blender/blenloader/intern/writefile.c
+++ b/source/blender/blenloader/intern/writefile.c
@@ -78,7 +78,6 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
-#include <zlib.h>
 
 #ifdef WIN32
 #  include "BLI_winstuff.h"



More information about the Bf-blender-cvs mailing list