fixed namespace

This commit is contained in:
Bob Polis 2020-07-11 10:06:28 +02:00
parent 091b5561f3
commit 096709fb33

View File

@ -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);
}