Merge pull request #1108 from whitequark/fix-includes
common: add missing includes for libc++
This commit is contained in:
commit
e94479ccd5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user