aboutsummaryrefslogtreecommitdiffstats
path: root/main/brlaser/9.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/brlaser/9.patch')
-rw-r--r--main/brlaser/9.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/main/brlaser/9.patch b/main/brlaser/9.patch
deleted file mode 100644
index a4cdc88df3..0000000000
--- a/main/brlaser/9.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-From 93138fec87290ffbdd4919f313ea513eadca749c Mon Sep 17 00:00:00 2001
-From: Peter Spiess-Knafl <dev@spiessknafl.at>
-Date: Mon, 25 Apr 2016 15:02:37 +0200
-Subject: [PATCH] Add missing #include <string>
-
----
- src/brdecode.cc | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/src/brdecode.cc b/src/brdecode.cc
-index d5c4c0d..bcd3ec7 100644
---- a/src/brdecode.cc
-+++ b/src/brdecode.cc
-@@ -21,6 +21,7 @@
- #include <algorithm>
- #include <exception>
- #include <vector>
-+#include <string>
-
- namespace {
-