From 04e0a4d60487b83881313027f3c1ccbd10f051b6 Mon Sep 17 00:00:00 2001 From: tylermorganwall Date: Tue, 18 Jun 2024 21:31:44 -0400 Subject: [PATCH] rayvertex v0.11.3: Add to header --- DESCRIPTION | 4 ++-- src/assert.cpp | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) 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) {