Skip to content

Commit

Permalink
explicit include of errno (could be guarded for Mac only, but is not …
Browse files Browse the repository at this point in the history
…atm)
  • Loading branch information
quickbeam123 committed Sep 6, 2024
1 parent 2fc2d2f commit 76a9d99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Lib/Allocator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
*/

#include <cstdio>
#include <errno.h>

This comment has been minimized.

Copy link
@MichaelRawson

MichaelRawson Sep 6, 2024

Contributor

Could this be <cerrno>?

This comment has been minimized.

Copy link
@quickbeam123

quickbeam123 Sep 9, 2024

Author Collaborator

Oh yes, sorry!


#include "Allocator.hpp"

Expand Down

0 comments on commit 76a9d99

Please sign in to comment.