Merge branch 'main' into claude1

This commit is contained in:
Roland Conybeare 2026-02-27 22:07:46 +11:00
commit 208daff9bb
3 changed files with 3 additions and 0 deletions

View file

@ -15,4 +15,5 @@ find_dependency(cmake)
find_dependency(indentlog)
include("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@Targets.cmake")
include("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@Share.cmake")
check_required_components("@PROJECT_NAME@")

View file

@ -4,6 +4,7 @@
#include "detail/IExpression_Any.hpp"
#include <iostream>
#include <exception>
namespace xo {
namespace scm {

View file

@ -4,6 +4,7 @@
#include "symtab/ISymbolTable_Any.hpp"
#include <iostream>
#include <exception>
namespace xo {
namespace scm {