File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed
Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -607,6 +607,7 @@ cd ../../
607607# build minimal static version of VTK including GUISupportQt and RenderingQt modules
608608git clone -b $VTK_VERSION --depth 1 https://github.com/Kitware/VTK.git
609609cd VTK
610+ git apply --ignore-space-change --ignore-whitespace --verbose ../vtk.diff
610611mkdir build
611612cd build
612613cmake -GNinja .. \
Original file line number Diff line number Diff line change 1+ diff --git a/ThirdParty/libproj/vtklibproj/src/filemanager.cpp b/ThirdParty/libproj/vtklibproj/src/filemanager.cpp
2+ index 70354c663a..6164931b97 100644
3+ --- a/ThirdParty/libproj/vtklibproj/src/filemanager.cpp
4+ +++ b/ThirdParty/libproj/vtklibproj/src/filemanager.cpp
5+ @@ -45,6 +45,7 @@
6+ #include "proj_internal.h"
7+
8+ #include <sys/stat.h>
9+ + #include <cstdint>
10+
11+ #include "proj_config.h"
12+
You can’t perform that action at this time.
0 commit comments