diff --git a/srcpkgs/qt5/patches/fix-gcc6-std_string.patch b/srcpkgs/qt5/patches/fix-gcc6-std_string.patch new file mode 100644 index 00000000000..b81d32a8476 --- /dev/null +++ b/srcpkgs/qt5/patches/fix-gcc6-std_string.patch @@ -0,0 +1,10 @@ +--- qtwebengine/src/3rdparty/chromium/ui/events/ozone/evdev/touch_evdev_debug_buffer.h 2016-08-26 10:48:27.000000000 +0200 ++++ qtwebengine/src/3rdparty/chromium/ui/events/ozone/evdev/touch_evdev_debug_buffer.h 2016-11-02 12:17:07.784214681 +0100 +@@ -6,6 +6,7 @@ + #define UI_EVENTS_OZONE_EVDEV_TOUCH_DEBUG_BUFFER_H_ + + #include ++#include + #include + + #include "base/memory/scoped_ptr.h"