[Bf-blender-cvs] [6399bfcee3a] simulation-tree: add missing include

Jacques Lucke noreply at git.blender.org
Mon Feb 17 18:16:23 CET 2020


Commit: 6399bfcee3a408c68c6321dc6f8a9c46f9c511a7
Author: Jacques Lucke
Date:   Mon Feb 17 15:32:19 2020 +0100
Branches: simulation-tree
https://developer.blender.org/rB6399bfcee3a408c68c6321dc6f8a9c46f9c511a7

add missing include

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

M	source/blender/blenlib/BLI_color.h

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

diff --git a/source/blender/blenlib/BLI_color.h b/source/blender/blenlib/BLI_color.h
index bc27706116d..d745c7ebbee 100644
--- a/source/blender/blenlib/BLI_color.h
+++ b/source/blender/blenlib/BLI_color.h
@@ -17,6 +17,8 @@
 #ifndef __BLI_COLOR_H__
 #define __BLI_COLOR_H__
 
+#include "BLI_math_color.h"
+
 namespace BLI {
 
 struct rgba_f {



More information about the Bf-blender-cvs mailing list