[Bf-blender-cvs] [2c97f152947] refactor-mesh-sharp-face-generic: Fix fluid.cc build error

Hans Goudey noreply at git.blender.org
Tue Jan 24 01:28:02 CET 2023


Commit: 2c97f1529476b70730472997ac66a33295d3938c
Author: Hans Goudey
Date:   Mon Jan 23 18:27:53 2023 -0600
Branches: refactor-mesh-sharp-face-generic
https://developer.blender.org/rB2c97f1529476b70730472997ac66a33295d3938c

Fix fluid.cc build error

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

M	source/blender/blenkernel/intern/fluid.cc

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

diff --git a/source/blender/blenkernel/intern/fluid.cc b/source/blender/blenkernel/intern/fluid.cc
index 95636d40d32..a314a5c0886 100644
--- a/source/blender/blenkernel/intern/fluid.cc
+++ b/source/blender/blenkernel/intern/fluid.cc
@@ -23,7 +23,7 @@
 #include "DNA_object_types.h"
 #include "DNA_rigidbody_types.h"
 
-#include "BKE_attribute.h"
+#include "BKE_attribute.hh"
 #include "BKE_effect.h"
 #include "BKE_fluid.h"
 #include "BKE_global.h"



More information about the Bf-blender-cvs mailing list