Skip to content

Commit

Permalink
Restore removed namespace
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carroll <[email protected]>
  • Loading branch information
mjcarroll committed Sep 27, 2023
1 parent c032c1e commit 4d78133
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/EnumIface_TEST.cc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@

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

class EnumIfaceTest : public gz::common::testing::AutoLogFixture { };
using namespace gz;

class EnumIfaceTest : public common::testing::AutoLogFixture { };

enum MyType
{
Expand Down

0 comments on commit 4d78133

Please sign in to comment.