Merge pull request #1108 from whitequark/fix-includes

common: add missing includes for libc++
This commit is contained in:
Catherine 2023-02-23 04:13:10 +00:00 committed by GitHub
commit e94479ccd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View File

@ -17,6 +17,8 @@
*
*/
#include <list>
#include "log.h"
#include "nextpnr.h"

View File

@ -1,3 +1,4 @@
#include <map>
#if defined(WIN32)
#include <windows.h>
#endif