diff --git a/.appveyor.yml b/.appveyor.yml index 6db29b430..ec48a57b7 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -36,7 +36,7 @@ install: cmake --build . --target rlottie --config Release -- "/clp:ErrorsOnly" cd ../../ - git clone --depth 1 --branch v2.0.1 https://github.com/sammycage/lunasvg.git + git clone --depth 1 --branch v2.3.0 https://github.com/sammycage/lunasvg.git cd lunasvg mkdir build cd build diff --git a/CMake/Modules/Findlunasvg.cmake b/CMake/Modules/Findlunasvg.cmake index 0182ba56d..30a642af2 100644 --- a/CMake/Modules/Findlunasvg.cmake +++ b/CMake/Modules/Findlunasvg.cmake @@ -1,6 +1,6 @@ # Try to find LunaSVG -find_path(LUNASVG_INCLUDE_DIR document.h +find_path(LUNASVG_INCLUDE_DIR lunasvg.h HINTS $ENV{LUNASVG_DIR} PATH_SUFFIXES lunasvg lunasvg/include include ) diff --git a/Source/SVG/ElementSVG.cpp b/Source/SVG/ElementSVG.cpp index 60f9ecb93..7513aed23 100644 --- a/Source/SVG/ElementSVG.cpp +++ b/Source/SVG/ElementSVG.cpp @@ -35,7 +35,7 @@ #include "../../Include/RmlUi/Core/FileInterface.h" #include "../../Include/RmlUi/Core/Math.h" #include -#include +#include namespace Rml {