mirror of
https://github.com/YosysHQ/nextpnr.git
synced 2026-02-26 17:03:36 +00:00
common: add missing includes for libc++.
This commit is contained in:
@@ -17,6 +17,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include <list>
|
||||
|
||||
#include "log.h"
|
||||
#include "nextpnr.h"
|
||||
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#include <map>
|
||||
#if defined(WIN32)
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user