Merge pull request #762 from lnis-uofu/win32-build-02-sep-2022

add <array> declaration to fix gcc error
This commit is contained in:
tangxifan 2022-09-02 09:54:42 -07:00 committed by GitHub
commit b9c33bf9bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
* Memember functions for data structure RRGSBWriterOption
******************************************************************************/
#include <map>
#include <array>
#include "vtr_assert.h"
#include "vtr_log.h"