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 10ea21264b
3 changed files with 3 additions and 0 deletions

View file

@ -5,6 +5,7 @@
#include "alloc/IAllocIterator_Any.hpp"
#include <iostream>
#include <exception>
namespace xo {
namespace mm {

View file

@ -5,6 +5,7 @@
#include "alloc/IAllocator_Any.hpp"
#include <iostream>
#include <exception>
namespace xo {
using xo::facet::DVariantPlaceholder;

View file

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