Index: native_client_sdk/src/libraries/nacl_io_test/path_test.cc |
diff --git a/native_client_sdk/src/libraries/nacl_io_test/path_test.cc b/native_client_sdk/src/libraries/nacl_io_test/path_test.cc |
index 9a8d980b34cbdf513798d523d3229a8873406de6..7e5c00ef791ec491cd339e86d964d4d91cfb845e 100644 |
--- a/native_client_sdk/src/libraries/nacl_io_test/path_test.cc |
+++ b/native_client_sdk/src/libraries/nacl_io_test/path_test.cc |
@@ -9,6 +9,8 @@ |
#include "gtest/gtest.h" |
+using namespace nacl_io; |
+ |
TEST(PathTest, SanityChecks) { |
// can we construct and delete? |
Path ph1("."); |