common: add missing includes for libc++.

This commit is contained in:
Catherine 2023-02-23 02:32:19 +00:00
parent 0c4e0d4312
commit 4b4f4a7da1
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