diff options
author | pommicket <pommicket@gmail.com> | 2023-01-02 14:10:38 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-01-02 14:10:38 -0500 |
commit | f791aa01fad7e81223808584212c6a1a4c80ca07 (patch) | |
tree | f93d53a62035cdad7f16b97fb28c83c7acfaf14f /base.h | |
parent | c0d0117a963cf8e4dfb28b919087d8a8ecbbca6e (diff) |
finish restructuring
Diffstat (limited to 'base.h')
-rw-r--r-- | base.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -40,6 +40,8 @@ #include <limits.h> #include <assert.h> #include <time.h> +#include <math.h> +#include <errno.h> #if __linux__ || _WIN32 #include <uchar.h> #else |