Unify more functions in CUDA and OpenCL implementations of NBNXM
[alexxy/gromacs.git] / src / gromacs / nbnxm / nbnxm_gpu_data_mgmt.h
index 8c17e7749df2ad680dcc627036b239c6306c6805..761737ddf0c50a2f19a1c335796bb4e0434ac85c 100644 (file)
@@ -48,6 +48,11 @@ struct interaction_const_t;
 struct NBParamGpu;
 struct PairlistParams;
 
+namespace gmx
+{
+enum class InteractionLocality;
+}
+
 namespace Nbnxm
 {