src/oldpool.h
changeset 8609 8c0c3e9dd6a0
parent 8470 791d75060ebd
child 9343 c30fd350dd8c
child 10323 57d8fd25473e
--- a/src/oldpool.h	Fri Dec 21 08:34:53 2007 +0000
+++ b/src/oldpool.h	Fri Dec 21 19:21:21 2007 +0000
@@ -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);