From eb7673e0ee067bd94dbd2dc3af42dc71815b3df6 Mon Sep 17 00:00:00 2001 From: Anders Jenbo Date: Sat, 25 Jun 2022 18:32:30 +0200 Subject: [PATCH] Fix building on VS2017 (#4795) --- 3rdParty/libsmackerdec/CMakeLists.txt | 4 ++-- Source/codec.cpp | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/3rdParty/libsmackerdec/CMakeLists.txt b/3rdParty/libsmackerdec/CMakeLists.txt index 78417e4ab..d5cf319d7 100644 --- a/3rdParty/libsmackerdec/CMakeLists.txt +++ b/3rdParty/libsmackerdec/CMakeLists.txt @@ -2,8 +2,8 @@ include(functions/FetchContent_MakeAvailableExcludeFromAll) include(FetchContent) FetchContent_Declare(libsmackerdec - URL https://github.com/diasurgical/libsmackerdec/archive/2997ee0e41e91bb723003bc09234be553b190e38.tar.gz - URL_HASH MD5=04d8ccd5bed0c78ee23e777c323d87ee + URL https://github.com/diasurgical/libsmackerdec/archive/91e732bb6953489077430572f43fc802bf2c75b2.tar.gz + URL_HASH MD5=c3b1ecbe702266e149b158178a03e2b3 ) FetchContent_MakeAvailableExcludeFromAll(libsmackerdec) diff --git a/Source/codec.cpp b/Source/codec.cpp index 0655dafdf..55e95598b 100644 --- a/Source/codec.cpp +++ b/Source/codec.cpp @@ -1,3 +1,4 @@ +#include #include #include #include