[mapguide-commits] r8240 - trunk/MgDev/Common/CoordinateSystem
svn_mapguide at osgeo.org
svn_mapguide at osgeo.org
Wed Jun 18 00:37:20 PDT 2014
Author: hubu
Date: 2014-06-18 00:37:20 -0700 (Wed, 18 Jun 2014)
New Revision: 8240
Modified:
trunk/MgDev/Common/CoordinateSystem/CoordSysUtil.h
Log:
Fix Linux build.
Change the include file name to "cs_WktObject.hpp" because Linux is case sensitive.
Modified: trunk/MgDev/Common/CoordinateSystem/CoordSysUtil.h
===================================================================
--- trunk/MgDev/Common/CoordinateSystem/CoordSysUtil.h 2014-06-18 05:25:16 UTC (rev 8239)
+++ trunk/MgDev/Common/CoordinateSystem/CoordSysUtil.h 2014-06-18 07:37:20 UTC (rev 8240)
@@ -22,7 +22,7 @@
#ifdef min
#undef min
#endif
-#include "CS_wktObject.hpp"
+#include "cs_WktObject.hpp"
#include "cs_wkt.h"
#include "CsmapVersion.h"
More information about the mapguide-commits
mailing list