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

Jacques Lucke noreply at git.blender.org
Tue Feb 25 18:01:34 CET 2020


Commit: b564233c204b085bda4f0dd8d28960d3661671c0
Author: Jacques Lucke
Date:   Sun Feb 23 15:59:30 2020 +0100
Branches: simulation-tree
https://developer.blender.org/rBb564233c204b085bda4f0dd8d28960d3661671c0

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 d745c7ebbee..46af5fad30d 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 <sstream>
+
 #include "BLI_math_color.h"
 
 namespace BLI {



More information about the Bf-blender-cvs mailing list