From: Scott Moynes Date: Sun, 15 Sep 2002 00:18:04 +0000 (+0000) Subject: fixed a build error on gcc 3 and without XFT defined. X-Git-Tag: openbox-2_1_1^3~6 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=764526f4e1c470b53704e00a84e0104ca2e2a85f;p=dana%2Fopenbox.git fixed a build error on gcc 3 and without XFT defined. --- 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 +using std::cout; +using std::endl; int main(int, char **) { cout << NAME << " version " << VERSION << endl;