From f0bc4a7413b37e0b5952a6ac56760dc8f59813dd Mon Sep 17 00:00:00 2001 From: TheNumbat Date: Wed, 21 Apr 2021 22:45:44 -0700 Subject: [PATCH] add pathtracer include --- src/student/particles.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/student/particles.cpp b/src/student/particles.cpp index 6b5b126..b2c7613 100644 --- a/src/student/particles.cpp +++ b/src/student/particles.cpp @@ -1,5 +1,6 @@ #include "../scene/particles.h" +#include "../rays/pathtracer.h" bool Particle::update(const PT::BVH& scene, float dt, float radius) { -- GitLab