Fix usage of system qhull.

This commit is contained in:
Ryan Pavlik 2020-03-25 10:47:04 -05:00
parent d0fa7a31f0
commit f9010941fe

View File

@ -55,14 +55,17 @@ extern "C"
#endif
#include <stdio.h>
#include <stdlib.h>
#include "../../external/qhull-2003.1/src/qhull.h"
#include "../../external/qhull-2003.1/src/mem.h"
#include "../../external/qhull-2003.1/src/qset.h"
#include "../../external/qhull-2003.1/src/geom.h"
#include "../../external/qhull-2003.1/src/merge.h"
#include "../../external/qhull-2003.1/src/poly.h"
#include "../../external/qhull-2003.1/src/io.h"
#include "../../external/qhull-2003.1/src/stat.h"
// qhull includes - qhull/ omitted to support both system and bundled libs.
#include "qhull.h"
#include "mem.h"
#include "qset.h"
#include "geom.h"
#include "merge.h"
#include "poly.h"
#include "io.h"
#include "stat.h"
#if defined(__cplusplus)
}
#endif