Index: trunk/psLib/src/imageops/psImageStats.c
===================================================================
--- trunk/psLib/src/imageops/psImageStats.c	(revision 6806)
+++ trunk/psLib/src/imageops/psImageStats.c	(revision 6874)
@@ -9,6 +9,6 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.92 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-04-05 01:49:40 $
+ *  @version $Revision: 1.93 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-04-17 22:00:03 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -31,4 +31,6 @@
 #include "psConstants.h"
 #include "psErrorText.h"
+#include "psRegion.h"
+#include "psRegionForImage.h"
 
 /// This routine must determine the various statistics for the image.
@@ -748,9 +750,9 @@
         return -1;
     }/* else if (col0 == col1 && row0 == row1) {
-                psError(PS_ERR_BAD_PARAMETER_VALUE, true,
-                        "Invalid psRegion specified.  Region contains only 1 pixel.\n");
-                return -1;
-            }
-        */
+                    psError(PS_ERR_BAD_PARAMETER_VALUE, true,
+                            "Invalid psRegion specified.  Region contains only 1 pixel.\n");
+                    return -1;
+                }
+            */
     x0 = col0;
     x1 = col1;
Index: trunk/psLib/src/imageops/psImageStats.h
===================================================================
--- trunk/psLib/src/imageops/psImageStats.h	(revision 6806)
+++ trunk/psLib/src/imageops/psImageStats.h	(revision 6874)
@@ -9,6 +9,6 @@
 *  @author GLG, MHPCC
 *
-*  @version $Revision: 1.27 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2005-09-26 22:35:53 $
+*  @version $Revision: 1.28 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2006-04-17 22:00:03 $
 *
 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -22,4 +22,5 @@
 #include "psStats.h"
 #include "psPolynomial.h"
+#include "psRegion.h"
 
 /// @addtogroup ImageStats
Index: trunk/psLib/src/imageops/psImageStructManip.h
===================================================================
--- trunk/psLib/src/imageops/psImageStructManip.h	(revision 6806)
+++ trunk/psLib/src/imageops/psImageStructManip.h	(revision 6874)
@@ -8,6 +8,6 @@
 *  @author Robert DeSonia, MHPCC
 *
-*  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2005-06-08 23:40:45 $
+*  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2006-04-17 22:00:03 $
 *
 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -18,4 +18,5 @@
 
 #include "psImage.h"
+#include "psRegion.h"
 
 /// @addtogroup Image
