Add empty IO header

This commit is contained in:
Jackson Campolattaro 2020-06-10 15:19:55 -04:00
parent 0ede04b029
commit e952ea8e80
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
#ifndef OCTREE_IO_H
#define OCTREE_IO_H
#include <CGAL/Octree.h>
#endif //OCTREE_IO_H