View | Details | Raw Unified | Return to bug 213995 | Differences between
and this patch

Collapse All | Expand All

(-)astro/marble/files/patch-src_plugins_positionprovider_gpsd_GpsdPositionProviderPlugin.cpp (+12 lines)
Added Link Here
1
--- src/plugins/positionprovider/gpsd/GpsdPositionProviderPlugin.cpp.orig	2014-10-23 21:53:08 UTC
2
+++ src/plugins/positionprovider/gpsd/GpsdPositionProviderPlugin.cpp
3
@@ -15,6 +15,9 @@
4
 #include <math.h>
5
 
6
 using namespace Marble;
7
+#if __GNUC__ == 5 && __GNUC_MINOR__ == 4
8
+using namespace std;
9
+#endif
10
 /* TRANSLATOR Marble::GpsdPositionProviderPlugin */
11
 
12
 QString GpsdPositionProviderPlugin::name() const

Return to bug 213995