commit b8798f16cab356b63d046458ab6bcd144efff81b parent fd7ebc309c1b972ebc92484302553e84ad8f23fd Author: Michael Savage <mikejsavage@gmail.com> Date: Thu Dec 22 22:28:03 +0200 Header fixes Diffstat:
stream.h | | | 3 | ++- |
diff --git a/stream.h b/stream.h @@ -1,7 +1,8 @@ #pragma once +#include <string.h> + #include "intrinsics.h" -#include "platform_inline.h" struct ReadStream { ReadStream( char * buf, size_t len ) {