Skip to content

Commit 4d78133

Browse files
committed
Restore removed namespace
Signed-off-by: Michael Carroll <mjcarroll@intrinsic.ai>
1 parent c032c1e commit 4d78133

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/EnumIface_TEST.cc

+3-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@
2121

2222
#include "gz/common/testing/AutoLogFixture.hh"
2323

24-
class EnumIfaceTest : public gz::common::testing::AutoLogFixture { };
24+
using namespace gz;
25+
26+
class EnumIfaceTest : public common::testing::AutoLogFixture { };
2527

2628
enum MyType
2729
{

0 commit comments

Comments
 (0)