Skip to content

Commit 66e126a

Browse files
committed
1 parent d1900ad commit 66e126a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/utils/resource_manager.cpp

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,11 @@
6262
#define TYPE_SINGLETON 2
6363
typedef int type_t;
6464

65-
using namespace std;
66-
using namespace ultragrid;
65+
using std::logic_error;
66+
using std::map;
67+
using std::pair;
68+
using std::string;
69+
using ultragrid::pthread_mutex_guard;
6770

6871
class options_t {
6972
public:

0 commit comments

Comments
 (0)