xo: _Any.cpp files need <exception> for clang 18 build
This commit is contained in:
parent
6b69c33389
commit
10ea21264b
3 changed files with 3 additions and 0 deletions
|
|
@ -5,6 +5,7 @@
|
|||
|
||||
#include "alloc/IAllocIterator_Any.hpp"
|
||||
#include <iostream>
|
||||
#include <exception>
|
||||
|
||||
namespace xo {
|
||||
namespace mm {
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
|
||||
#include "alloc/IAllocator_Any.hpp"
|
||||
#include <iostream>
|
||||
#include <exception>
|
||||
|
||||
namespace xo {
|
||||
using xo::facet::DVariantPlaceholder;
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
|
||||
#include "visitor/IResourceVisitor_Any.hpp"
|
||||
#include <iostream>
|
||||
#include <exception>
|
||||
|
||||
namespace xo {
|
||||
namespace mm {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue