Add header to fix compile error
This commit is contained in:
parent
6d57272122
commit
5a0fa05580
@ -1,6 +1,7 @@
|
|||||||
#include "memstreambuf.hpp"
|
#include "memstreambuf.hpp"
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
|
#include <cstdint>
|
||||||
|
|
||||||
sc::io::memstreambuf::memstreambuf(char* mem, size_t size) {
|
sc::io::memstreambuf::memstreambuf(char* mem, size_t size) {
|
||||||
init(mem, size);
|
init(mem, size);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user