void-packages/srcpkgs/qt5/patches/fix-gcc6-std_string.patch
Juergen Buchmueller f781080ddd pilot-link: fix wrong commit remove
This happens when you're working in master on two things simultaneously.
Revive the qt5 patch which becomes obsolete only with qt5-5.7.1
2016-12-20 17:33:54 +01:00

10 lines
420 B
Diff

--- 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 <linux/input.h>
+#include <string>
#include <vector>
#include "base/memory/scoped_ptr.h"