[Bf-blender-cvs] [5f10d9990a0] cycles_path_guiding: Fix CUDA build error

Brecht Van Lommel noreply at git.blender.org
Fri Sep 23 21:07:40 CEST 2022


Commit: 5f10d9990a0a84fee4e533dcc69949745803f18f
Author: Brecht Van Lommel
Date:   Fri Sep 23 21:06:15 2022 +0200
Branches: cycles_path_guiding
https://developer.blender.org/rB5f10d9990a0a84fee4e533dcc69949745803f18f

Fix CUDA build error

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

M	intern/cycles/kernel/integrator/guiding.h

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

diff --git a/intern/cycles/kernel/integrator/guiding.h b/intern/cycles/kernel/integrator/guiding.h
index cff5478f427..a2b7d285413 100644
--- a/intern/cycles/kernel/integrator/guiding.h
+++ b/intern/cycles/kernel/integrator/guiding.h
@@ -9,8 +9,6 @@
 #  include "kernel/film/write.h"
 #endif
 
-#include <iostream>
-
 CCL_NAMESPACE_BEGIN
 
 /* Utilities. */



More information about the Bf-blender-cvs mailing list