[GRASS-SVN] r29478 - grass/trunk/imagery/i.atcorr

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Dec 19 19:15:47 EST 2007


Author: neteler
Date: 2007-12-19 19:15:46 -0500 (Wed, 19 Dec 2007)
New Revision: 29478

Modified:
   grass/trunk/imagery/i.atcorr/common.h
Log:
added missing includes

Modified: grass/trunk/imagery/i.atcorr/common.h
===================================================================
--- grass/trunk/imagery/i.atcorr/common.h	2007-12-19 13:19:04 UTC (rev 29477)
+++ grass/trunk/imagery/i.atcorr/common.h	2007-12-20 00:15:46 UTC (rev 29478)
@@ -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