[core] add missing header required by clang-11+
This commit is contained in:
parent
36d37289fe
commit
7dc2c4951c
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue