diff src/DLD-FUNCTIONS/__voronoi__.cc @ 9786:2c279308f6ab

fix includes in some src/DLD-FUNCTIONS files
author John W. Eaton <jwe@octave.org>
date Mon, 09 Nov 2009 12:12:57 -0500
parents 0631d397fbe0
children 40dfc0c99116
line wrap: on
line diff
--- a/src/DLD-FUNCTIONS/__voronoi__.cc	Sun Nov 08 17:15:07 2009 -0500
+++ b/src/DLD-FUNCTIONS/__voronoi__.cc	Mon Nov 09 12:12:57 2009 -0500
@@ -30,13 +30,18 @@
 qhull command
 */
 
-#include <iostream>
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
+
+#include <cstdio>
+
 #include "lo-ieee.h"
-#include "oct.h"
+
 #include "Cell.h"
+#include "defun-dld.h"
+#include "error.h"
+#include "oct-obj.h"
 
 #ifdef HAVE_QHULL
 extern "C" {