summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorScott Moynes <smoynes@nexus.carleton.ca>2002-09-14 15:37:52 +0000
committerScott Moynes <smoynes@nexus.carleton.ca>2002-09-14 15:37:52 +0000
commit5c328c5138dd248602c51aeaedbca926aff1e869 (patch)
treee1405470dae17ff19c38f29c8c84541cb9882bac /util
parente0d619e309a7fe6de1524b2574ecc9d77aee5a35 (diff)
using std::* in #ifndef XFT
Diffstat (limited to 'util')
-rw-r--r--util/xftlsfonts.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/xftlsfonts.cc b/util/xftlsfonts.cc
index 94e47d5d..bd2313fe 100644
--- a/util/xftlsfonts.cc
+++ b/util/xftlsfonts.cc
@@ -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;