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>2020-12-18 07:53:47 +0300
committerHans Goudey <h.goudey@me.com>2020-12-18 07:53:47 +0300
commit9dbc014af7a257f347e746740e5276bdaa885e38 (patch)
tree742312747c722fa62ddf3584ed8c807810efe499 /source/blender/nodes
parent7d25139eaf4ab11e69d6adb2f436489eca016b64 (diff)
Cleanup: Various clang tidy warnings
There are more in the new mesh fairing code and in the poisson distribution code, this commit doesn't fix those.
Diffstat (limited to 'source/blender/nodes')
-rw-r--r--source/blender/nodes/geometry/nodes/node_geo_point_distribute_poisson_disk.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/nodes/geometry/nodes/node_geo_point_distribute_poisson_disk.cc b/source/blender/nodes/geometry/nodes/node_geo_point_distribute_poisson_disk.cc
index 47764efa15d..e53157cb5f8 100644
--- a/source/blender/nodes/geometry/nodes/node_geo_point_distribute_poisson_disk.cc
+++ b/source/blender/nodes/geometry/nodes/node_geo_point_distribute_poisson_disk.cc
@@ -27,8 +27,8 @@
#include "node_geometry_util.hh"
+#include <cstring>
#include <iostream>
-#include <string.h>
namespace blender::nodes {