AfanasevGad7

This is a task for our favourite professor
git clone git://git.stellar-nexus.ru/AfanasevGad7
Log | Files | Refs | README

commit 2ffd125d68311e9a8a5634f9ef9bbf4d07fb0672
parent 4e68c2debce3180cf30fe2db8bb1b6d60a2434b7
Author: Plat <plat@stellar-nexus.ru>
Date:   Fri,  7 Nov 2025 19:45:40 +0000

Fixed compiling ntree.cxx

Diffstat:
Mntree.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 {