summarylogtreecommitdiffstats
path: root/fix-ftbfs-sort.patch
diff options
context:
space:
mode:
authorGeorge Rawlinson2022-09-23 20:22:20 +1200
committerGeorge Rawlinson2022-09-23 20:22:20 +1200
commit8814b0601da69230945a9f000d4fda7c5c273404 (patch)
tree55035f522491a874adff95faf133b728948ae24d /fix-ftbfs-sort.patch
downloadaur-snestracker.tar.gz
addpkg: snestracker 0.2.4-1
Diffstat (limited to 'fix-ftbfs-sort.patch')
-rw-r--r--fix-ftbfs-sort.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/fix-ftbfs-sort.patch b/fix-ftbfs-sort.patch
new file mode 100644
index 000000000000..a7cd1ddf9427
--- /dev/null
+++ b/fix-ftbfs-sort.patch
@@ -0,0 +1,12 @@
+--- a/pc/debugger/BaseD.cpp
++++ b/pc/debugger/BaseD.cpp
+@@ -3,6 +3,9 @@
+ #include "Menu_Bar.h"
+ #include "File_System.h"
+ #include "Instrument_Window.h"
++#include <algorithm>
++
++using namespace std;
+
+ char BaseD::tmpbuf[500];
+