#ifndef HELPERS_TREE_HELPERS_H_ #define HELPERS_TREE_HELPERS_H_ #include "runtime/tree.h" #include TSTree ** tree_array(std::vector trees); #endif // HELPERS_TREE_HELPERS_H_