add <array> include to fix compilation issues on Windows (MinGW64 gcc)

This commit is contained in:
coolbreeze413 2022-08-02 20:30:04 +05:30
parent f1c0dc3a84
commit c98064b8ee
2 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,7 @@
#include <vector>
#include <string>
#include <map>
#include <array>
#include "openfpga_port.h"
/* Begin namespace openfpga */

View File

@ -8,6 +8,7 @@
#include <vector>
#include <string>
#include <map>
#include <array>
/* Begin namespace openfpga */
namespace openfpga {