diff --git a/src/KOKKOS/sna_kokkos.h b/src/KOKKOS/sna_kokkos.h index a438ccd25e..5ba5c159ac 100644 --- a/src/KOKKOS/sna_kokkos.h +++ b/src/KOKKOS/sna_kokkos.h @@ -29,7 +29,9 @@ #endif namespace LAMMPS_NS { - +// copied from pair_snap_kokkos.h +// pre-declare so sna_kokkos.h can refer to it +template class PairSNAPKokkos; template struct WignerWrapper { using real_type = real_type_;