Add header to fix compile error

This commit is contained in:
Bob Polis 2023-11-21 15:24:01 +00:00
parent 6d57272122
commit 5a0fa05580

View File

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