From cf1cf4eb53e863d13223e2c8da38dfb9430dcffc Mon Sep 17 00:00:00 2001 From: James McClure Date: Tue, 29 Sep 2020 13:29:14 -0400 Subject: [PATCH] fixing compile bugs --- models/FreeLeeModel.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/models/FreeLeeModel.h b/models/FreeLeeModel.h index 7409946d..0d0e63c3 100644 --- a/models/FreeLeeModel.h +++ b/models/FreeLeeModel.h @@ -13,6 +13,8 @@ Implementation of Lee et al JCP 2016 lattice boltzmann model #include "common/MPI_Helpers.h" #include "ProfilerApp.h" #include "threadpool/thread_pool.h" +#include "common/ScaLBL.h" +#include "common/WideHalo.h" class ScaLBL_FreeLeeModel{ public: