This patch adds <isl_space.h> to gpu_tree.c. This prevents a segfault when allocating a new isl_space in the function create_sync_domain(), as the compiler now knows that the return type is a pointer instead of assuming the function returns an int.
Inspired by Tobias Grosser & Siddhart, initially discovered by Philip Pfaffe.