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
This commit is contained in:
Juergen Buchmueller 2016-12-20 17:33:54 +01:00
parent aeae0db934
commit f781080ddd

View file

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