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