Gowin: add header includes required on libstdc++.

This commit is contained in:
Catherine 2025-01-11 21:38:12 +00:00
parent 55bd760808
commit f17f8a54c0
2 changed files with 3 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#include <regex>
#include <map>
#include "himbaechel_api.h"
#include "himbaechel_helpers.h"

View File

@ -1,3 +1,5 @@
#include <map>
#include "design_utils.h"
#include "log.h"
#include "nextpnr.h"