Skip to content

Commit

Permalink
rayvertex v0.11.3: Add <stdexcept> to header
Browse files Browse the repository at this point in the history
  • Loading branch information
tylermorganwall committed Jun 19, 2024
1 parent 2563996 commit 04e0a4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: rayvertex
Type: Package
Title: 3D Software Rasterizer
Version: 0.11.2
Date: 2024-06-16
Version: 0.11.3
Date: 2024-06-18
Authors@R: c(person("Tyler", "Morgan-Wall", email = "[email protected]",
role = c("aut", "cph", "cre"), comment = c(ORCID = "0000-0002-3131-3814")),
person("Syoyo", "Fujita", role=c("ctb", "cph")),
Expand Down
1 change: 1 addition & 0 deletions src/assert.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#include "assert.h"
#include <string>
#include <stdexcept>

// Function to throw error if condition is false
void assertCondition(bool condition, const char* conditionStr) {
Expand Down

0 comments on commit 04e0a4d

Please sign in to comment.