add missing header

This commit is contained in:
Axel Kohlmeyer
2024-07-05 16:23:02 -04:00
parent dacc55b889
commit 880aa40d1b

View File

@ -14,6 +14,8 @@
#ifndef LAMMPS_MY_POOL_CHUNK_H
#define LAMMPS_MY_POOL_CHUNK_H
#include "lmptype.h"
namespace LAMMPS_NS {
template <class T> class MyPoolChunk {