diff options
| author | Scott Moynes <smoynes@nexus.carleton.ca> | 2002-09-14 15:37:52 +0000 |
|---|---|---|
| committer | Scott Moynes <smoynes@nexus.carleton.ca> | 2002-09-14 15:37:52 +0000 |
| commit | 5c328c5138dd248602c51aeaedbca926aff1e869 (patch) | |
| tree | e1405470dae17ff19c38f29c8c84541cb9882bac | |
| parent | e0d619e309a7fe6de1524b2574ecc9d77aee5a35 (diff) | |
using std::* in #ifndef XFT
| -rw-r--r-- | util/xftlsfonts.cc | 2 |
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; |
