summarylogtreecommitdiffstats
path: root/fix-ftbfs-sort.patch
blob: a7cd1ddf94274e64c71115c2c71e1587a70a9b6a (plain)
1
2
3
4
5
6
7
8
9
10
11
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];