[lib] add missing header required by clang-11+

This commit is contained in:
tangxifan 2024-05-05 21:21:36 -07:00
parent 03bea1c566
commit 36d37289fe
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#ifndef QL_MEMORY_BANK_CONFIG_SETTING_H
#define QL_MEMORY_BANK_CONFIG_SETTING_H
#include <cstdint>
#include <map>
#include <string>