blob: a74d95c526057018f25be67c7838b3ab577a256c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- about.cc.orig Wed Sep 3 19:04:33 2003
+++ about.cc Wed Sep 3 19:04:46 2003
@@ -11,6 +11,7 @@
#include <stdio.h>
#endif
#include <string>
+using namespace std;
extern string c_info,s_info;
static Fl_Double_Window *xxx=(Fl_Double_Window *)0;
Fl_Window *splash=(Fl_Window *)0;
|