[zhoulongyu]添加头文件解决编译报错

This commit is contained in:
jas 2023-12-07 01:06:28 +08:00
parent 8cacfdf5d2
commit 9e78b4e163

View File

@ -15,6 +15,7 @@
#ifndef IHALCPP_H #ifndef IHALCPP_H
#define IHALCPP_H #define IHALCPP_H
#include "StatusCode.h" #include "StatusCode.h"
#include <iostream>
#include <memory> #include <memory>
constexpr int INVALID_PERIOD = -1; constexpr int INVALID_PERIOD = -1;
constexpr int PERIPHERAL_CHECK_PERIOD_MS = 100; constexpr int PERIPHERAL_CHECK_PERIOD_MS = 100;