diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-05-02 21:43:13 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-05-02 22:54:16 +0200 |
commit | a108e12c505ab6d6a5577b6fb39166e049271221 (patch) | |
tree | f335aa190a97f47dd91c7da6ff5af0a9d372a398 /src/timer-ns.cpp | |
parent | 518efccab147cae5b670c14ea1fc7b477f696a09 (diff) |
compat/assert: reduce executable size
Diffstat (limited to 'src/timer-ns.cpp')
-rw-r--r-- | src/timer-ns.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/timer-ns.cpp b/src/timer-ns.cpp index e781e66c..196888d0 100644 --- a/src/timer-ns.cpp +++ b/src/timer-ns.cpp @@ -2,6 +2,7 @@ #include "compat/assert.hpp" #include "compat/debug.hpp" #include <cinttypes> +#include <cstdio> #include <cr/Debug.h> #include <mg/Functions.h> |