Skip to content

Commit d6d5777

Browse files
authored
Merge pull request #702 from rjkilpatrick/rtweekend-include
Rtweekend include missing from listing 29
2 parents e5d64a1 + b4d70fe commit d6d5777

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
@@ -6,6 +6,7 @@ Change Log -- Ray Tracing in One Weekend
66
### _In One Weekend_
77
- Delete: remove premature `cstdlib` include; not needed until we use `rand()` (#687)
88
- Fix: replace old anti-alias result image with before-and-after image (#679)
9+
- Fix: Listing 29: Added missing `rtweekend.h` include (#691)
910
- Fix: undefined `vup` variable in camera definition (#686)
1011

1112
### _The Next Week_

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)