diff --git a/DESCRIPTION b/DESCRIPTION index 2e82bbf..d6acfed 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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 = "tylermw@gmail.com", role = c("aut", "cph", "cre"), comment = c(ORCID = "0000-0002-3131-3814")), person("Syoyo", "Fujita", role=c("ctb", "cph")), diff --git a/src/assert.cpp b/src/assert.cpp index 184fa09..a88d351 100644 --- a/src/assert.cpp +++ b/src/assert.cpp @@ -1,5 +1,6 @@ #include "assert.h" #include +#include // Function to throw error if condition is false void assertCondition(bool condition, const char* conditionStr) {