[GRASS-SVN] r29599 - grass/branches/releasebranch_6_3/imagery/i.atcorr

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Jan 8 06:23:42 EST 2008


Author: neteler
Date: 2008-01-08 06:23:42 -0500 (Tue, 08 Jan 2008)
New Revision: 29599

Modified:
   grass/branches/releasebranch_6_3/imagery/i.atcorr/common.h
Log:
added missing includes (merge from HEAD)

Modified: grass/branches/releasebranch_6_3/imagery/i.atcorr/common.h
===================================================================
--- grass/branches/releasebranch_6_3/imagery/i.atcorr/common.h	2008-01-08 11:22:52 UTC (rev 29598)
+++ grass/branches/releasebranch_6_3/imagery/i.atcorr/common.h	2008-01-08 11:23:42 UTC (rev 29599)
@@ -2,6 +2,8 @@
 #define MY_COMMON_H
 
 /* Includes */
+#include <stdio.h>
+#include <stdlib.h>
 #include <iostream>
 #include <fstream>
 #include <string>



More information about the grass-commit mailing list