[lib] add missing header required by clang-11+
This commit is contained in:
parent
03bea1c566
commit
36d37289fe
|
@ -1,6 +1,7 @@
|
||||||
#ifndef QL_MEMORY_BANK_CONFIG_SETTING_H
|
#ifndef QL_MEMORY_BANK_CONFIG_SETTING_H
|
||||||
#define QL_MEMORY_BANK_CONFIG_SETTING_H
|
#define QL_MEMORY_BANK_CONFIG_SETTING_H
|
||||||
|
|
||||||
|
#include <cstdint>
|
||||||
#include <map>
|
#include <map>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue