Common: Fix build with older ryml

This commit is contained in:
TellowKrinkle
2026-04-04 19:40:48 -05:00
parent 05c6a95fe5
commit 0804b68fc6
+2
View File
@@ -5,7 +5,9 @@
#include "Assertions.h"
#if RYML_VERSION_MAJOR > 0 || RYML_VERSION_MINOR >= 11
#include "c4/yml/error.def.hpp" // for ryml::err_basic_format etc
#endif
#include <csetjmp>