Fix compilation under g++-11

This commit is contained in:
Jason Rhinelander 2021-06-23 19:14:41 -03:00
parent a4cd3dda3f
commit 51ea141ff0
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@
#include <vector>
#include <deque>
#include <array>
#include <optional>
#include "../span.h"
#include "../storages/portable_storage_base.h"