Index: trunk/psLib/src/dataManip/psFunctions.h
===================================================================
--- trunk/psLib/src/dataManip/psFunctions.h	(revision 1947)
+++ trunk/psLib/src/dataManip/psFunctions.h	(revision 1966)
@@ -12,6 +12,6 @@
 *  @author George Gusciora, MHPCC
 *
-*  @version $Revision: 1.27 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2004-10-04 00:40:23 $
+*  @version $Revision: 1.28 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2004-10-06 00:35:20 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -21,8 +21,20 @@
 #define PS_FUNCTIONS_H
 
+#include <stdio.h>
 #include <stdbool.h>
-
+#include <float.h>
+#include <math.h>
+
+#include <gsl/gsl_rng.h>
+#include <gsl/gsl_randist.h>
+
+#include "psMemory.h"
 #include "psVector.h"
 #include "psScalar.h"
+#include "psTrace.h"
+#include "psError.h"
+#include "psAbort.h"
+#include "psLogMsg.h"
+
 
 /** \addtogroup Stats
