From 7534dda3b69026df6dc40b3d907b825a0078617b Mon Sep 17 00:00:00 2001 From: chenlh <2008get@163.com> Date: 星期四, 21 八月 2025 20:14:01 +0800 Subject: [PATCH] Signed-off-by: chenlh <2008get@163.com> --- src/protocol.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/protocol.h b/src/protocol.h index 501da1c..8d2a5bc 100644 --- a/src/protocol.h +++ b/src/protocol.h @@ -8,6 +8,7 @@ #ifndef PROTOCOL_H_ #define PROTOCOL_H_ +#include <string> #include "config.h" #define MSG_DATA_LEN (SPI_BUFFER_SIZE-16) -- Gitblit v1.9.3