Skip to content

Commit

Permalink
Add missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
rbessems committed Sep 30, 2024
1 parent 5675b73 commit 2691086
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Chapter4/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ XrVector3f operator*(XrVector3f a, float b) {
// XR_DOCS_TAG_BEGIN_include_algorithm_random
// Include <algorithm> for std::min and max
#include <algorithm>
// A deque is used to track the blocks to draw.
#include <deque>
// Random numbers for colorful blocks
#include <random>
static std::uniform_real_distribution<float> pseudorandom_distribution(0, 1.f);
Expand Down

0 comments on commit 2691086

Please sign in to comment.