content_archive: Add missing standard includes
This commit is contained in:
parent
0b566f43a1
commit
87a9bb392b
1 changed files with 5 additions and 0 deletions
|
@ -4,6 +4,11 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <array>
|
||||
#include <memory>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "common/common_funcs.h"
|
||||
#include "common/common_types.h"
|
||||
#include "common/swap.h"
|
||||
|
|
Loading…
Reference in a new issue