Index: trunk/psModules/src/objects/pmPeaks.h
===================================================================
--- trunk/psModules/src/objects/pmPeaks.h	(revision 20937)
+++ trunk/psModules/src/objects/pmPeaks.h	(revision 20945)
@@ -10,6 +10,6 @@
  * @author GLG, MHPCC
  *
- * @version $Revision: 1.14 $ $Name: not supported by cvs2svn $
- * @date $Date: 2008-12-08 02:51:14 $
+ * @version $Revision: 1.15 $ $Name: not supported by cvs2svn $
+ * @date $Date: 2008-12-09 21:16:09 $
  * Copyright 2004 Maui High Performance Computing Center, University of Hawaii
  */
@@ -17,4 +17,7 @@
 # ifndef PM_PEAKS_H
 # define PM_PEAKS_H
+
+#include <pslib.h>
+#include "pmFootprint.h"
 
 /// @addtogroup Objects Object Detection / Analysis Functions
@@ -59,6 +62,6 @@
     float SN;                           ///< S/N implied by detection level
     bool assigned;                      ///< is peak assigned to a source?
-    pmPeakType type;			///< Description of peak.
-    pmFootprint *footprint;	///< reference to containing footprint
+    pmPeakType type;                    ///< Description of peak.
+    pmFootprint *footprint;     ///< reference to containing footprint
 }
 pmPeak;
