diff options
Diffstat (limited to 'src/oldpool.h')
-rw-r--r-- | src/oldpool.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/oldpool.h b/src/oldpool.h index cc8bc2370..1bcd41f8c 100644 --- a/src/oldpool.h +++ b/src/oldpool.h @@ -5,6 +5,8 @@ #ifndef OLDPOOL_H #define OLDPOOL_H +#include "core/math_func.hpp" + /* The function that is called after a new block is added start_item is the first item of the new made block */ typedef void OldMemoryPoolNewBlock(uint start_item); |