Skip to content

Commit 6060997

Browse files
committed
Add missing include
Signed-off-by: Curtis Black <curtis.w.black@gmail.com>
1 parent 6cc829b commit 6060997

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/testrender/raytracer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#include <OSL/dual_vec.h>
1515
#include <OSL/oslconfig.h>
1616
#include "bvh.h"
17-
17+
#include "../testshade/render_state.h"
1818

1919
#if OSL_USE_OPTIX
2020
# include <optix.h>

src/testshade/render_state.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ class StackClosurePool {
4747
ptr = (void*)(p + size);
4848
if (ptr <= &buffer[256])
4949
return (void*)p;
50+
assert(false);
5051
return nullptr;
5152
}
5253
};

0 commit comments

Comments
 (0)