fixed a build error on gcc 3 and without XFT defined.
authorScott Moynes <smoynes@nexus.carleton.ca>
Sun, 15 Sep 2002 00:18:04 +0000 (00:18 +0000)
committerScott Moynes <smoynes@nexus.carleton.ca>
Sun, 15 Sep 2002 00:18:04 +0000 (00:18 +0000)
util/xftlsfonts.cc

index 94e47d5df708f48fc3bb2af9deb028398817b1a1..bd2313fef6971a40711e66ce23fe23c60c94bdf7 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;