diff --git a/src/regionModels/thermoBaffleModels/Make/options b/src/regionModels/thermoBaffleModels/Make/options index ad043bc32e..ab3ee6e0b8 100644 --- a/src/regionModels/thermoBaffleModels/Make/options +++ b/src/regionModels/thermoBaffleModels/Make/options @@ -13,6 +13,7 @@ EXE_INC = \ LIB_LIBS = \ -lregionModels \ -lbasicSolidThermo \ + -lcompressibleTurbulenceModel \ -lfiniteVolume \ -lmeshTools \ -lOpenFOAM \ diff --git a/src/thermophysicalModels/basicSolidThermo/Make/options b/src/thermophysicalModels/basicSolidThermo/Make/options index e2cff82d80..55160a76fd 100644 --- a/src/thermophysicalModels/basicSolidThermo/Make/options +++ b/src/thermophysicalModels/basicSolidThermo/Make/options @@ -7,4 +7,5 @@ EXE_INC = \ LIB_LIBS = \ -lmeshTools \ -lfiniteVolume \ + -lspecie \ -lsolid