diff --git a/src/gc/ICollector_Any.cpp b/src/gc/ICollector_Any.cpp index 99563bf..301524f 100644 --- a/src/gc/ICollector_Any.cpp +++ b/src/gc/ICollector_Any.cpp @@ -5,6 +5,7 @@ #include "detail/ICollector_Any.hpp" #include +#include namespace xo { using xo::facet::DVariantPlaceholder; diff --git a/src/gc/IGCObject_Any.cpp b/src/gc/IGCObject_Any.cpp index 778760a..95c8cc8 100644 --- a/src/gc/IGCObject_Any.cpp +++ b/src/gc/IGCObject_Any.cpp @@ -4,6 +4,7 @@ #include "detail/IGCObject_Any.hpp" #include +#include namespace xo { namespace mm {