[mapguide-commits] r9518 - in sandbox/jng/v4/Common: Geometry MdfParser
svn_mapguide at osgeo.org
svn_mapguide at osgeo.org
Wed May 29 07:57:00 PDT 2019
Author: jng
Date: 2019-05-29 07:57:00 -0700 (Wed, 29 May 2019)
New Revision: 9518
Modified:
sandbox/jng/v4/Common/Geometry/PreparedGeometry.h
sandbox/jng/v4/Common/MdfParser/stdafx.h
Log:
RFC 172: Fix Windows build errors (hah! Usually it's always Linux)
Modified: sandbox/jng/v4/Common/Geometry/PreparedGeometry.h
===================================================================
--- sandbox/jng/v4/Common/Geometry/PreparedGeometry.h 2019-05-29 12:02:22 UTC (rev 9517)
+++ sandbox/jng/v4/Common/Geometry/PreparedGeometry.h 2019-05-29 14:57:00 UTC (rev 9518)
@@ -18,6 +18,8 @@
#ifndef _MGPREPAREDGEOMETRY_H_
#define _MGPREPAREDGEOMETRY_H_
+#include <memory>
+
class MgGeometry;
////////////////////////////////////////////////////////////////
Modified: sandbox/jng/v4/Common/MdfParser/stdafx.h
===================================================================
--- sandbox/jng/v4/Common/MdfParser/stdafx.h 2019-05-29 12:02:22 UTC (rev 9517)
+++ sandbox/jng/v4/Common/MdfParser/stdafx.h 2019-05-29 14:57:00 UTC (rev 9518)
@@ -18,6 +18,8 @@
#ifndef _STDAFX_H
#define _STDAFX_H
+#include <memory>
+
#ifdef _WIN32
// Exclude rarely-used stuff from Windows headers.
@@ -37,8 +39,6 @@
#define _wcsnicmp wcsncasecmp
#define _wcsicmp wcscasecmp
-#include <memory>
-
#endif //_WIN32
// Xerces includes
More information about the mapguide-commits
mailing list