commit 2ffd125d68311e9a8a5634f9ef9bbf4d07fb0672 parent 4e68c2debce3180cf30fe2db8bb1b6d60a2434b7 Author: Plat <plat@stellar-nexus.ru> Date: Fri, 7 Nov 2025 19:45:40 +0000 Fixed compiling ntree.cxx Diffstat:
| M | ntree.cxx | | | 5 | ++++- |
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/ntree.cxx b/ntree.cxx @@ -1,13 +1,16 @@ +#include <algorithm> #include <climits> #include <cstdint> #include <iostream> #include <vector> - +extern "C" { #include "tree.h" +} #include "config.h" + class NTree { struct Node {