From 404875320502e5f542d8e5fbb57982da065a8c09 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 --- deps/ox/src/ox/std/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/deps/ox/src/ox/std/CMakeLists.txt b/deps/ox/src/ox/std/CMakeLists.txt index bc3f9b04..0c8f27d0 100644 --- a/deps/ox/src/ox/std/CMakeLists.txt +++ b/deps/ox/src/ox/std/CMakeLists.txt @@ -107,6 +107,7 @@ install( def.hpp defer.hpp defines.hpp + errhandling.hpp error.hpp fmt.hpp hardware.hpp