| 44 |  | * | 
| 45 |  | *  Created by Charles F. Vardeman II on 11 Dec 2006. | 
| 46 |  | *  @author  Charles F. Vardeman II | 
| 47 | < | *  @version $Id: ConvexHull.hpp,v 1.5 2007-12-07 00:00:05 chuckv Exp $ | 
| 47 | > | *  @version $Id: ConvexHull.hpp,v 1.6 2008-01-21 21:50:29 chuckv Exp $ | 
| 48 |  | * | 
| 49 |  | */ | 
| 50 |  |  | 
| 59 |  | #include <string> | 
| 60 |  | extern "C" | 
| 61 |  | { | 
| 62 | + | #if defined(HAVE_QHULL) | 
| 63 |  | #include "qhull/qhull.h" | 
| 64 |  | #include "qhull/mem.h" | 
| 65 |  | #include "qhull/qset.h" | 
| 68 |  | #include "qhull/poly.h" | 
| 69 |  | #include "qhull/io.h" | 
| 70 |  | #include "qhull/stat.h" | 
| 71 | + | #endif | 
| 72 |  | } | 
| 73 |  |  | 
| 74 |  |  |