#ifndef QuickHull_Types_hpp #define QuickHull_Types_hpp namespace quickhull { typedef size_t IndexType; } #endif