using std::* in #ifndef XFT
authorScott Moynes <smoynes@nexus.carleton.ca>
Sat, 14 Sep 2002 15:37:52 +0000 (15:37 +0000)
committerScott Moynes <smoynes@nexus.carleton.ca>
Sat, 14 Sep 2002 15:37:52 +0000 (15:37 +0000)
util/xftlsfonts.cc

index 94e47d5..bd2313f 100644 (file)
@@ -7,6 +7,8 @@ const char *VERSION = "1.0";
 
 #ifndef   XFT
 #include <iostream>
+using std::cout;
+using std::endl;
 
 int main(int, char **) {
   cout << NAME << " version " << VERSION << endl;