Fixed headers
This commit is contained in:
parent
8ab548900b
commit
bd1d4592fc
@ -1,4 +1,4 @@
|
||||
#include "libscio.hpp"
|
||||
#include "imemfile.hpp"
|
||||
|
||||
sc::io::imemfile::imemfile(const std::string& path) : std::istream {&_buf},
|
||||
_file {path},
|
||||
|
@ -1,4 +1,4 @@
|
||||
#include "libscio.hpp"
|
||||
#include "memstreambuf.hpp"
|
||||
#include <unistd.h>
|
||||
#include <cstring>
|
||||
|
||||
|
@ -2,6 +2,7 @@
|
||||
#define MEMSTREAMBUF_H_
|
||||
|
||||
#include <streambuf>
|
||||
#include <iostream>
|
||||
|
||||
namespace sc {
|
||||
namespace io {
|
||||
|
Loading…
x
Reference in New Issue
Block a user