Merge pull request #739 from lnis-uofu/win32-build-02-aug-2022

add <array> include to fix compilation issues on Windows (MinGW x64 g++)
This commit is contained in:
tangxifan 2022-08-02 11:16:51 -07:00 committed by GitHub
commit f220f8aa9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 {