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:
commit
f220f8aa9d
|
@ -8,6 +8,7 @@
|
|||
#include <vector>
|
||||
#include <string>
|
||||
#include <map>
|
||||
#include <array>
|
||||
#include "openfpga_port.h"
|
||||
|
||||
/* Begin namespace openfpga */
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
#include <vector>
|
||||
#include <string>
|
||||
#include <map>
|
||||
#include <array>
|
||||
|
||||
/* Begin namespace openfpga */
|
||||
namespace openfpga {
|
||||
|
|
Loading…
Reference in New Issue