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:
authorBrecht Van Lommel <brecht@blender.org>2022-09-26 22:11:44 +0300
committerBrecht Van Lommel <brecht@blender.org>2022-09-26 22:12:25 +0300
commitddf6f70049e5a9f537ce15a5412bb67b4229ef43 (patch)
treebb35dc7a3f1c2ab1d29093d627a1f1c566d9d2cc /source/blender/freestyle
parentc15a761524546faa5b82d7da6e7f614efd2ad89a (diff)
Fix build errors and warnings after recent changes, when not using Unity build
Diffstat (limited to 'source/blender/freestyle')
-rw-r--r--source/blender/freestyle/intern/system/RandGen.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/freestyle/intern/system/RandGen.cpp b/source/blender/freestyle/intern/system/RandGen.cpp
index 21ae863723a..b2161480c74 100644
--- a/source/blender/freestyle/intern/system/RandGen.cpp
+++ b/source/blender/freestyle/intern/system/RandGen.cpp
@@ -7,6 +7,8 @@
#include "RandGen.h"
+#include "BLI_sys_types.h"
+
namespace Freestyle {
//