Add missing Windows crc32 headers

This commit is contained in:
Mohamed Oulmahdi 2022-06-29 23:44:33 +02:00
parent 954c590944
commit a5cf6f38f3
1 changed files with 4 additions and 0 deletions

View File

@ -35,6 +35,10 @@
#endif
#endif
#ifdef _WIN32
#include <intrin.h>
#endif
#include "crc32/crc32c.h"
#if !defined(__aarch64__) && !defined(__powerpc64__)