fixed namespace
This commit is contained in:
parent
091b5561f3
commit
096709fb33
@ -16,6 +16,8 @@
|
||||
#include <algorithm>
|
||||
#include <libscerror.hpp>
|
||||
|
||||
using namespace sc::io;
|
||||
|
||||
mapped_file::mapped_file(const std::string& path) : std::istream {&_membuf} {
|
||||
open(path);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user