projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b50fe1e
)
Add missing <deque> include (MSVC build fix)
author
Clifford Wolf
<clifford@clifford.at>
Sun, 22 Jul 2018 13:21:59 +0000
(15:21 +0200)
committer
Clifford Wolf
<clifford@clifford.at>
Sun, 22 Jul 2018 13:21:59 +0000
(15:21 +0200)
Signed-off-by: Clifford Wolf <clifford@clifford.at>
passes/techmap/extract_reduce.cc
patch
|
blob
|
history
diff --git
a/passes/techmap/extract_reduce.cc
b/passes/techmap/extract_reduce.cc
index cc21c8665b373b03e8d4780a79d113d4220ce999..0ce596fdabe438203714b68643cd483560a60bba 100644
(file)
--- a/
passes/techmap/extract_reduce.cc
+++ b/
passes/techmap/extract_reduce.cc
@@
-19,6
+19,7
@@
#include "kernel/yosys.h"
#include "kernel/sigtools.h"
+#include <deque>
USING_YOSYS_NAMESPACE
PRIVATE_NAMESPACE_BEGIN