Skip to content

Commit e5236bf

Browse files
ronaldfwhollasch
authored andcommitted
Add missing headers in constant_medium.h
Both texture and isotropic are types that are used but not included in constant_medium.h. The required includes are added here.
1 parent 7971411 commit e5236bf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/TheNextWeek/constant_medium.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@
1212
//==================================================================================================
1313

1414
#include "hitable.h"
15+
#include "material.h"
1516
#include "random.h"
17+
#include "texture.h"
1618

1719
#include <float.h>
1820

0 commit comments

Comments
 (0)