mirror of
https://github.com/ceph/ceph
synced 2025-03-11 02:39:05 +00:00
ceph_authtool.cc: fix implicitly-defined namespace 'std'
Fix warning from clang(++): ceph_authtool.cc:15:17: warning: using directive refers to implicitly-defined namespace 'std' using namespace std; ^ Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
This commit is contained in:
parent
d6b205f185
commit
c7970bbae1
@ -12,8 +12,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
using namespace std;
|
||||
|
||||
#include "common/config.h"
|
||||
#include "common/strtol.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user