From 880aa40d1ba5d0e202228e2d01e28c28a4ad3d4e Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Fri, 5 Jul 2024 16:23:02 -0400 Subject: [PATCH] add missing header --- src/my_pool_chunk.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/my_pool_chunk.h b/src/my_pool_chunk.h index 3a8209eb8d..06264884d1 100644 --- a/src/my_pool_chunk.h +++ b/src/my_pool_chunk.h @@ -14,6 +14,8 @@ #ifndef LAMMPS_MY_POOL_CHUNK_H #define LAMMPS_MY_POOL_CHUNK_H +#include "lmptype.h" + namespace LAMMPS_NS { template class MyPoolChunk {