using std::* in #ifndef XFT
This commit is contained in:
parent
e0d619e309
commit
5c328c5138
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue