bit_map: Add missing include for size_t definition
This commit is contained in:
@@ -10,6 +10,7 @@
|
|||||||
#ifndef XENIA_BASE_BIT_MAP_H_
|
#ifndef XENIA_BASE_BIT_MAP_H_
|
||||||
#define XENIA_BASE_BIT_MAP_H_
|
#define XENIA_BASE_BIT_MAP_H_
|
||||||
|
|
||||||
|
#include <cstddef>
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
@@ -52,4 +53,4 @@ class BitMap {
|
|||||||
|
|
||||||
} // namespace xe
|
} // namespace xe
|
||||||
|
|
||||||
#endif // XENIA_BASE_BIT_MAP_H_
|
#endif // XENIA_BASE_BIT_MAP_H_
|
||||||
|
|||||||
Reference in New Issue
Block a user