commit 85a0228c9e459ce2dab39b0374888d19c4f04936 parent 6447ca7d511f1fe092d5b3d7d8fa398f67c17d82 Author: d.levin256@gmail.com <d.levin256@gmail.com> Date: Thu, 7 Mar 2019 15:11:49 +0000 Add stdio to cometa.hpp Diffstat:
M | include/kfr/cometa.hpp | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/include/kfr/cometa.hpp b/include/kfr/cometa.hpp @@ -6,6 +6,7 @@ #include "cident.h" #include <cstdint> +#include <cstdio> #include <cstdlib> #include <cstring> #include <limits>