Index: /trunk/psLib/src/imageops/psImageConvolve.h
===================================================================
--- /trunk/psLib/src/imageops/psImageConvolve.h	(revision 21205)
+++ /trunk/psLib/src/imageops/psImageConvolve.h	(revision 21206)
@@ -5,6 +5,6 @@
  * @author Robert DeSonia, MHPCC
  *
- * @version $Revision: 1.39 $ $Name: not supported by cvs2svn $
- * @date $Date: 2009-01-27 06:39:37 $
+ * @version $Revision: 1.40 $ $Name: not supported by cvs2svn $
+ * @date $Date: 2009-01-28 22:08:14 $
  * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
  */
@@ -19,4 +19,6 @@
 #include "psVector.h"
 #include "psType.h"
+#include "psError.h"
+#include "psAssert.h"
 
 #define PS_TYPE_KERNEL PS_TYPE_F32     ///< the data member to use for kernel image */
@@ -201,5 +203,5 @@
     const psImage *image,               ///< Input image (F32 or F64)
     const psImage *mask,                ///< Mask image
-    psImageMaskType maskVal,		///< Mask value
+    psImageMaskType maskVal,            ///< Mask value
     float sigma,                        ///< Width of the smoothing kernel (pixels)
     float numSigma,                     ///< Size of the smoothing box (sigma)
@@ -219,5 +221,5 @@
     psImage *image,                    ///< the image to be smoothed
     psImage *mask,                     ///< optional mask
-    psImageMaskType maskVal,		///< masked bits
+    psImageMaskType maskVal,            ///< masked bits
     double  sigma,                     ///< the width of the smoothing kernel in pixels
     double  Nsigma                     ///< the size of the smoothing box in sigmas
