From 30822f3513d5b084006b20abf69df5bbcc82b559 Mon Sep 17 00:00:00 2001 From: John Dupuy Date: Thu, 2 Nov 2023 21:47:46 -0500 Subject: [PATCH] reverted build.yml change; added refs for clang++ --- .github/workflows/build.yml | 1 - OndselSolver/ASMTItem.cpp | 1 + OndselSolver/ASMTPart.cpp | 2 +- OndselSolver/ASMTRefItem.cpp | 1 + OndselSolver/FullRow.ref.h | 1 + 5 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2f26ada..ad9f09e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -58,7 +58,6 @@ jobs: run: > cmake -B ${{ steps.strings.outputs.build-output-dir }} -DCMAKE_CXX_COMPILER=${{ matrix.cpp_compiler }} - -DCMAKE_CXX_STANDARD=11 -DCMAKE_C_COMPILER=${{ matrix.c_compiler }} -DCMAKE_BUILD_TYPE=${{ matrix.build_type }} -S ${{ github.workspace }} diff --git a/OndselSolver/ASMTItem.cpp b/OndselSolver/ASMTItem.cpp index 95c8541..29ccdf6 100644 --- a/OndselSolver/ASMTItem.cpp +++ b/OndselSolver/ASMTItem.cpp @@ -11,6 +11,7 @@ #include "ASMTSpatialContainer.h" #include "ASMTAssembly.h" #include "Constant.h" +#include using namespace MbD; diff --git a/OndselSolver/ASMTPart.cpp b/OndselSolver/ASMTPart.cpp index e697eaa..7731884 100644 --- a/OndselSolver/ASMTPart.cpp +++ b/OndselSolver/ASMTPart.cpp @@ -11,7 +11,7 @@ #include "CREATE.h" #include "ASMTPrincipalMassMarker.h" #include "Part.h" - +#include using namespace MbD; diff --git a/OndselSolver/ASMTRefItem.cpp b/OndselSolver/ASMTRefItem.cpp index e87e168..40be210 100644 --- a/OndselSolver/ASMTRefItem.cpp +++ b/OndselSolver/ASMTRefItem.cpp @@ -8,6 +8,7 @@ #include "ASMTRefItem.h" #include "CREATE.h" +#include using namespace MbD; diff --git a/OndselSolver/FullRow.ref.h b/OndselSolver/FullRow.ref.h index f9e6ca8..a553b4e 100644 --- a/OndselSolver/FullRow.ref.h +++ b/OndselSolver/FullRow.ref.h @@ -1,6 +1,7 @@ #pragma once #include "FullColumn.ref.h" +#include namespace MbD { template