diff --git a/src/KOKKOS/pair_multi_lucy_rx_kokkos.h b/src/KOKKOS/pair_multi_lucy_rx_kokkos.h index b8ced4c847..aee1763b06 100644 --- a/src/KOKKOS/pair_multi_lucy_rx_kokkos.h +++ b/src/KOKKOS/pair_multi_lucy_rx_kokkos.h @@ -25,6 +25,7 @@ PairStyle(multi/lucy/rx/kk/host,PairMultiLucyRXKokkos) #include "pair_multi_lucy_rx.h" #include "pair_kokkos.h" +#include "kokkos_base.h" #include "kokkos_type.h" namespace LAMMPS_NS { @@ -43,7 +44,7 @@ template struct TagPairMultiLucyRXComputeLocalDensity{}; template -class PairMultiLucyRXKokkos : public PairMultiLucyRX { +class PairMultiLucyRXKokkos : public PairMultiLucyRX, public KokkosBase { public: typedef DeviceType device_type; typedef ArrayTypes AT;