We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bae4802 commit 39026fbCopy full SHA for 39026fb
CHANGELOG.md
@@ -5,6 +5,7 @@ Change Log -- Ray Tracing in One Weekend
5
6
### _In One Weekend_
7
- Fix: replace old anti-alias result image with before-and-after image (#679)
8
+ - Fix: Listing 29: Added missing `rtweekend.h` include (#691)
9
10
11
----------------------------------------------------------------------------------------------------
books/RayTracingTheNextWeek.html
@@ -1422,6 +1422,8 @@
1422
#ifndef PERLIN_H
1423
#define PERLIN_H
1424
1425
+ #include "rtweekend.h"
1426
+
1427
class perlin {
1428
public:
1429
perlin() {
0 commit comments