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

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

View File

@ -30,6 +30,7 @@
#ifndef FABRIC_BITSTREAM_H #ifndef FABRIC_BITSTREAM_H
#define FABRIC_BITSTREAM_H #define FABRIC_BITSTREAM_H
#include <cstdint>
#include <unordered_map> #include <unordered_map>
#include <unordered_set> #include <unordered_set>
#include <vector> #include <vector>