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:
Diffstat (limited to 'intern/cycles/integrator/pass_accessor.cpp')
-rw-r--r--intern/cycles/integrator/pass_accessor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/integrator/pass_accessor.cpp b/intern/cycles/integrator/pass_accessor.cpp
index 1308b03b06c..0a8c445eca7 100644
--- a/intern/cycles/integrator/pass_accessor.cpp
+++ b/intern/cycles/integrator/pass_accessor.cpp
@@ -16,7 +16,7 @@
#include "integrator/pass_accessor.h"
-#include "render/buffers.h"
+#include "session/buffers.h"
#include "util/util_logging.h"
// clang-format off