add <array> declaration to fix gcc error

This commit is contained in:
coolbreeze413 2022-09-02 19:26:28 +05:30
parent c81259e11c
commit 04abd1a36f
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"