diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index bf01182..4a7feaf 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -42,6 +42,7 @@ jobs: -D CMAKE_CXX_COMPILER=clang++-12 \ -D CMAKE_BUILD_TYPE=Debug \ -D TACHYON_OPTIONS_BUILD_TESTING=ON \ + -D TACHYON_OPTIONS_ENABLE_PCH=OFF \ -D TACHYON_OPTIONS_ENABLE_COVERAGE=ON \ -D TACHYON_TOOLS_ENABLE_TIDY=ON \ -D TACHYON_TOOLS_ENABLE_FORMATTING=OFF \ diff --git a/.gitmodules b/.gitmodules index bb983ad..25bd680 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,7 +1,7 @@ [submodule "cmake"] path = cmake - url = git@github.com:Glamhoth/cmake - branch = glamhoth-init-repo + url = git@github.com:tachyon-computer/cmake + branch = master [submodule "extern/Catch2"] path = extern/Catch2 url = https://github.com/catchorg/Catch2 diff --git a/cmake b/cmake index 37275d4..98ea013 160000 --- a/cmake +++ b/cmake @@ -1 +1 @@ -Subproject commit 37275d4a5dfe5c3b1ee691658377223d2d8bb7de +Subproject commit 98ea01391ccf12d2354639effdbe6d46755380d2 diff --git a/extern/Catch2 b/extern/Catch2 index 958944d..20ace55 160000 --- a/extern/Catch2 +++ b/extern/Catch2 @@ -1 +1 @@ -Subproject commit 958944d27a2d2fb82aa008377bf4f8752f6b848e +Subproject commit 20ace5503422a8511036aa9d486435041127e0cf diff --git a/src/app/app.hh b/src/app/app.hh index 9866ec3..ddbc222 100644 --- a/src/app/app.hh +++ b/src/app/app.hh @@ -6,6 +6,8 @@ #pragma once +#include + namespace app { /** diff --git a/src/app/main.cc b/src/app/main.cc index cdb100d..329d02c 100644 --- a/src/app/main.cc +++ b/src/app/main.cc @@ -5,6 +5,7 @@ */ #include +#include #include "app.hh" diff --git a/src/lib/include/StubLib/lib.hh b/src/lib/include/StubLib/lib.hh index e195b3a..eeaf545 100644 --- a/src/lib/include/StubLib/lib.hh +++ b/src/lib/include/StubLib/lib.hh @@ -6,6 +6,8 @@ #pragma once +#include + namespace lib { /**