mirror of https://github.com/YosysHQ/nextpnr.git
Fix MSVC compile
This commit is contained in:
parent
ed602baa06
commit
8420cb4c80
|
|
@ -21,6 +21,7 @@
|
|||
#include "timing.h"
|
||||
#include <algorithm>
|
||||
#include <boost/range/adaptor/reversed.hpp>
|
||||
#include <deque>
|
||||
#include <unordered_map>
|
||||
#include <utility>
|
||||
#include "log.h"
|
||||
|
|
|
|||
Loading…
Reference in New Issue