[QGIS Commit] r8538 - trunk/qgis/src/plugins/georeferencer

svn_qgis at osgeo.org svn_qgis at osgeo.org
Wed May 28 15:50:57 EDT 2008


Author: jef
Date: 2008-05-28 15:50:57 -0400 (Wed, 28 May 2008)
New Revision: 8538

Modified:
   trunk/qgis/src/plugins/georeferencer/qgsgeorefwarpoptionsdialog.h
Log:
fix strange compile error with MSVC9

Modified: trunk/qgis/src/plugins/georeferencer/qgsgeorefwarpoptionsdialog.h
===================================================================
--- trunk/qgis/src/plugins/georeferencer/qgsgeorefwarpoptionsdialog.h	2008-05-28 19:50:08 UTC (rev 8537)
+++ trunk/qgis/src/plugins/georeferencer/qgsgeorefwarpoptionsdialog.h	2008-05-28 19:50:57 UTC (rev 8538)
@@ -12,6 +12,8 @@
 #ifndef QGSGEOREFWARPOPTIONSDIALOG_H
 #define QGSGEOREFWARPOPTIONSDIALOG_H
 
+#include <cstdio>
+
 #include "qgsimagewarper.h"
 
 #include "ui_qgsgeorefwarpoptionsdialogbase.h"



More information about the QGIS-commit mailing list