[Bf-blender-cvs] [2618df7d03b] master: Cleanup: add missing includes

Jacques Lucke noreply at git.blender.org
Sat Sep 18 13:38:44 CEST 2021


Commit: 2618df7d03bffff1ea2a750290d35ef4b6a8c072
Author: Jacques Lucke
Date:   Sat Sep 18 13:36:20 2021 +0200
Branches: master
https://developer.blender.org/rB2618df7d03bffff1ea2a750290d35ef4b6a8c072

Cleanup: add missing includes

===================================================================

M	source/blender/blenlib/intern/uuid.cc

===================================================================

diff --git a/source/blender/blenlib/intern/uuid.cc b/source/blender/blenlib/intern/uuid.cc
index 7f1ec0e677b..0c381e5dcd2 100644
--- a/source/blender/blenlib/intern/uuid.cc
+++ b/source/blender/blenlib/intern/uuid.cc
@@ -22,7 +22,9 @@
 
 #include <cstdio>
 #include <cstring>
+#include <ctime>
 #include <random>
+#include <string>
 
 /* Ensure the UUID struct doesn't have any padding, to be compatible with memcmp(). */
 static_assert(sizeof(UUID) == 16, "expect UUIDs to be 128 bit exactly");



More information about the Bf-blender-cvs mailing list