commit 5476052f47f8cdbf1f22086fb933f49d4c259369 parent 705e25cfa3b63e3452b3045410f32443ced1f642 Author: dsp56300 <dsp56300@users.noreply.github.com> Date: Tue, 30 Apr 2024 01:24:17 +0200 add missing include Diffstat:
M | source/xtLib/xtLcd.h | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/source/xtLib/xtLcd.h b/source/xtLib/xtLcd.h @@ -1,6 +1,7 @@ #pragma once #include <array> +#include <cstdint> #include <string> namespace xt