From a6915edfe289f39650a3d205d9db458ce8912b59 Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Fri, 27 Feb 2026 11:32:26 +1100 Subject: [PATCH] xo-facet: in _Any.cpp template --- codegen/iface_facet_any.cpp.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/codegen/iface_facet_any.cpp.j2 b/codegen/iface_facet_any.cpp.j2 index 6ad2d07..0c8d000 100644 --- a/codegen/iface_facet_any.cpp.j2 +++ b/codegen/iface_facet_any.cpp.j2 @@ -4,6 +4,7 @@ #include "{{impl_hpp_subdir}}/{{iface_facet_any_hpp_fname}}" #include +#include namespace {{facet_ns1}} { namespace {{facet_ns2}} {