Control: tags -1 patch A fix for the regina-normal FTBFS with gcc 7 is attached.
cu Adrian -- "Is there not promise of rain?" Ling Tan asked suddenly out of the darkness. There had been need of rain for many days. "Only a promise," Lao Er said. Pearl S. Buck - Dragon Seed
--- regina-normal-5.1.orig/engine/triangulation/dim3/triangulation3.h +++ regina-normal-5.1/engine/triangulation/dim3/triangulation3.h @@ -42,6 +42,7 @@ #define __TRIANGULATION3_H #endif +#include <functional> #include <map> #include <memory> #include <vector>