[Marble-commits] KDE/kdeedu/marble/src/lib/geodata/data

Patrick Spendrin ps_ml at gmx.de
Mon Mar 29 21:44:52 CEST 2010


SVN commit 1108784 by sengels:

small msvc build fix

 M  +3 -3      GeoDataCoordinates.h  


--- trunk/KDE/kdeedu/marble/src/lib/geodata/data/GeoDataCoordinates.h #1108783:1108784
@@ -21,14 +21,14 @@
 
 #include <cmath>
 
-#include "geodata_export.h"
-#include "global.h"
-
 /* M_PI is a #define that may or may not be handled in <cmath> */
 #ifndef M_PI
 #define M_PI 3.14159265358979323846264338327950288419717
 #endif
 
+#include "geodata_export.h"
+#include "global.h"
+
 /*
 */
 


More information about the Marble-commits mailing list