From c86dd61082bc9caf93d8d898a0ca665444637438 Mon Sep 17 00:00:00 2001 From: Tim Paine Date: Wed, 16 Oct 2024 17:55:55 -0400 Subject: [PATCH] tkp wip --- .github/workflows/build.yml | 1 + cpp/csp/engine/Engine.h | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index eac56476..bbbb3ba5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,6 +4,7 @@ on: push: branches: - main + - tkp/sym tags: - v* paths-ignore: diff --git a/cpp/csp/engine/Engine.h b/cpp/csp/engine/Engine.h index 23afb256..57d1d3c4 100644 --- a/cpp/csp/engine/Engine.h +++ b/cpp/csp/engine/Engine.h @@ -6,6 +6,8 @@ #include #include #include +#include +#include #include #include #include