Changeset View
Changeset View
Standalone View
Standalone View
files/003-gdal-namespace.patch
- This file was added.
| --- a/backend/wbpublic/grt/spatial_handler.h 2017-02-03 13:40:18.000000000 -0500 | |||||
| +++ b/backend/wbpublic/grt/spatial_handler.h 2017-08-31 00:55:53.447731481 -0400 | |||||
| @@ -20,12 +20,12 @@ | |||||
| #ifndef SPATIAL_HANDLER_H_ | |||||
| #define SPATIAL_HANDLER_H_ | |||||
| -#include <gdal/ogrsf_frmts.h> | |||||
| -#include <gdal/ogr_api.h> | |||||
| -#include <gdal/gdal_pam.h> | |||||
| -#include <gdal/memdataset.h> | |||||
| -#include <gdal/gdal_alg.h> | |||||
| -#include <gdal/gdal.h> | |||||
| +#include <ogrsf_frmts.h> | |||||
| +#include <ogr_api.h> | |||||
| +#include <gdal_pam.h> | |||||
| +#include <memdataset.h> | |||||
| +#include <gdal_alg.h> | |||||
| +#include <gdal.h> | |||||
| #include <deque> | |||||
| #include "base/geometry.h" | |||||
| #include "wbpublic_public_interface.h" | |||||
| --- a/backend/wbpublic/grtui/geom_draw_box.h 2017-02-03 13:40:18.000000000 -0500 | |||||
| +++ b/backend/wbpublic/grtui/geom_draw_box.h 2017-08-31 00:56:24.223731481 -0400 | |||||
| @@ -21,7 +21,7 @@ | |||||
| #define _GEOM_DRAW_BOX_H_ | |||||
| #include <mforms/drawbox.h> | |||||
| -#include <gdal/ogr_geometry.h> | |||||
| +#include <ogr_geometry.h> | |||||
| #include "wbpublic_public_interface.h" | |||||
| class WBPUBLICBACKEND_PUBLIC_FUNC GeomDrawBox : public mforms::DrawBox { | |||||
| --- a/backend/wbpublic/objimpl/db.query/db_query_Resultset.cpp 2017-02-03 13:40:18.000000000 -0500 | |||||
| +++ b/backend/wbpublic/objimpl/db.query/db_query_Resultset.cpp 2017-08-31 00:57:01.444731481 -0400 | |||||
| @@ -17,9 +17,9 @@ | |||||
| * 02110-1301 USA | |||||
| */ | |||||
| -#include <gdal/ogrsf_frmts.h> | |||||
| -#include <gdal/ogr_api.h> | |||||
| -#include <gdal/gdal.h> | |||||
| +#include <ogrsf_frmts.h> | |||||
| +#include <ogr_api.h> | |||||
| +#include <gdal.h> | |||||
| #include <grts/structs.db.query.h> | |||||
| #include <grtpp_util.h> | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.