Skip to content

Commit 39026fb

Browse files
committed
Fix listing 29 missing rtweekend include
Resolves #691
1 parent bae4802 commit 39026fb

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Change Log -- Ray Tracing in One Weekend
55

66
### _In One Weekend_
77
- Fix: replace old anti-alias result image with before-and-after image (#679)
8+
- Fix: Listing 29: Added missing `rtweekend.h` include (#691)
89

910

1011
----------------------------------------------------------------------------------------------------

books/RayTracingTheNextWeek.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1422,6 +1422,8 @@
14221422
#ifndef PERLIN_H
14231423
#define PERLIN_H
14241424

1425+
#include "rtweekend.h"
1426+
14251427
class perlin {
14261428
public:
14271429
perlin() {

0 commit comments

Comments
 (0)