X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=src_test%2Ftest_w1_datalog_read.cc;h=1ba7005ab3584c96b81b68c7b533de09954fb71c;hb=56242039f27dc5d36117b8d513731c7a9009d4b1;hp=d135c03f611b856f9fa26ecbf927a7d414433ceb;hpb=9a61860296f39594c2ae43b30f174281b7e5cb35;p=lib1wire.git diff --git a/src_test/test_w1_datalog_read.cc b/src_test/test_w1_datalog_read.cc index d135c03..1ba7005 100644 --- a/src_test/test_w1_datalog_read.cc +++ b/src_test/test_w1_datalog_read.cc @@ -19,8 +19,9 @@ #include "Factory.hh" #include "W1Util.hh" -using namespace w1; using namespace std; +using namespace plp; +using namespace w1; bool try_parse_long(const char *str, long *result) { int new_result;