blob: c38aad4960749e349fb22f2f287f683e79820143 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- snestracker-git/pc/debugger/BaseD.cpp.bad 2022-06-08 08:57:55.798555584 -0500
+++ snestracker-git/pc/debugger/BaseD.cpp 2022-06-08 09:20:30.800768790 -0500
@@ -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];
|