Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Goudey <h.goudey@me.com>2022-03-17 00:49:31 +0300
committerHans Goudey <h.goudey@me.com>2022-03-17 00:49:31 +0300
commit22de21bef1a31718d45e89aedc574055a5983b7d (patch)
tree448f1a8a27ad150bba299eb5525d3ff5283408ed /source/blender/editors/space_node/drawnode.cc
parent7a4af7a01ba9dfc9f84c5c32b8e23b0561d5507c (diff)
Fix: Compiler error on windows and mac
The previous fix including `<algorithm>` was an improvement but not the actual error, which appears to be that `int64_t` is long long int on one platform but just long int on another. The fix includes the template argument directly.
Diffstat (limited to 'source/blender/editors/space_node/drawnode.cc')
0 files changed, 0 insertions, 0 deletions