Mercurial > minori
diff dep/animia/src/bsd.cpp @ 86:c912128af0eb
*: various macos fixes
todo: push that bsd thing to upstream
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Tue, 31 Oct 2023 13:52:36 -0400 |
parents | eab9e623eb84 |
children | 18979b066284 |
line wrap: on
line diff
--- a/dep/animia/src/bsd.cpp Sun Oct 29 00:57:03 2023 -0400 +++ b/dep/animia/src/bsd.cpp Tue Oct 31 13:52:36 2023 -0400 @@ -6,6 +6,7 @@ * around the very C-like BSD system functions that are... * kind of unnatural to use in modern C++. **/ +#include <assert.h> #include <fcntl.h> #include <iostream> #include <string>