Skip to content

Commit

Permalink
Change namespace location to apply to Windows
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carroll <[email protected]>
  • Loading branch information
mjcarroll committed Oct 11, 2022
1 parent 2a0a3db commit 5183a5d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/Filesystem_TEST.cc
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@

#include <gtest/gtest.h>

#include "gz/common/Util.hh"
using namespace ignition;

#ifndef _WIN32
#include <fcntl.h>
Expand All @@ -26,13 +28,9 @@
#include <sys/types.h>
#include <unistd.h>

#include "gz/common/Util.hh"

// The symlink tests should always work on UNIX systems
#define BUILD_SYMLINK_TESTS

using namespace ignition;

/////////////////////////////////////////////////
bool create_and_switch_to_temp_dir(std::string &_new_temp_path)
{
Expand Down

0 comments on commit 5183a5d

Please sign in to comment.