xo: _Any.cpp files need <exception> for clang 18 build

This commit is contained in:
Roland Conybeare 2026-02-27 11:31:54 +11:00
commit 0933e6309f
6 changed files with 7 additions and 1 deletions

View file

@ -4,6 +4,7 @@
#include "visitor/IResourceVisitor_Any.hpp"
#include <iostream>
#include <exception>
namespace xo {
namespace mm {