Skip to content

Commit

Permalink
Put using namespace rbxti in the right place.
Browse files Browse the repository at this point in the history
  • Loading branch information
brixen committed Oct 3, 2012
1 parent 1c5008a commit 156fd26
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/tooling/coverage/ext/coverage.cpp
Expand Up @@ -5,6 +5,8 @@
#include <iostream>
#include <tr1/unordered_map>

using namespace rbxti;

#ifndef RBX_HAVE_TR1_HASH
namespace std {
namespace tr1 {
Expand All @@ -17,7 +19,6 @@ namespace std {
}
}
#endif
using namespace rbxti;

namespace coverage {

Expand Down

0 comments on commit 156fd26

Please sign in to comment.