From af3cf68b65335dfd433ea18569457c2e4d0dca2f Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Wed, 29 Apr 2026 01:47:15 -0500 Subject: [PATCH] [ox/std] Add call and logCatch for safe calling of throwing functions (synced from 404875320502e5f542d8e5fbb57982da065a8c09) --- src/ox/std/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ox/std/CMakeLists.txt b/src/ox/std/CMakeLists.txt index bc3f9b041..0c8f27d00 100644 --- a/src/ox/std/CMakeLists.txt +++ b/src/ox/std/CMakeLists.txt @@ -107,6 +107,7 @@ install( def.hpp defer.hpp defines.hpp + errhandling.hpp error.hpp fmt.hpp hardware.hpp