From 5a0fa0558029634d91874711182b9dc1efcdcf79 Mon Sep 17 00:00:00 2001 From: Bob Polis Date: Tue, 21 Nov 2023 15:24:01 +0000 Subject: [PATCH] Add header to fix compile error --- src/memstreambuf.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/memstreambuf.cpp b/src/memstreambuf.cpp index 50da3b7..ff88b40 100644 --- a/src/memstreambuf.cpp +++ b/src/memstreambuf.cpp @@ -1,6 +1,7 @@ #include "memstreambuf.hpp" #include #include +#include sc::io::memstreambuf::memstreambuf(char* mem, size_t size) { init(mem, size);