Add missing includes (#6521)

* Add missing includes

* Add array
This commit is contained in:
Chloe 2021-06-24 17:24:17 +10:00 committed by GitHub
parent 5ed87152c3
commit f216a9432b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 0 deletions

View file

@ -4,6 +4,8 @@
#pragma once
#include <array>
#include <vector>
#include "common/bit_field.h"
#include "common/common_funcs.h"
#include "common/uuid.h"