use proper header for access to Kokkos class.

This commit is contained in:
Axel Kohlmeyer
2022-03-10 01:11:33 -05:00
parent 837b8fb753
commit 10f8a597c7

View File

@ -19,6 +19,7 @@
#include "neighbor.h"
#include "accelerator_kokkos.h"
#include "atom.h"
#include "atom_vec.h"
#include "citeme.h"
@ -29,7 +30,6 @@
#include "fix.h"
#include "force.h"
#include "group.h"
#include "kokkos.h"
#include "memory.h"
#include "modify.h"
#include "nbin.h"