Fix compile error on Ubuntu 8.10.
This commit is contained in:
parent
0bb4ccd7cd
commit
a07a234761
2
Changes
2
Changes
|
|
@ -33,6 +33,8 @@ indicates the contributor was also the author of the fix; Thanks!
|
|||
|
||||
**** Fix internal signal names containing control characters (broke in 3.680).
|
||||
|
||||
**** Fix compile error on Ubuntu 8.10. [Christopher Boumenot]
|
||||
|
||||
* Verilator 3.681 2008/11/12
|
||||
|
||||
*** Add SystemVerilog unique and priority case.
|
||||
|
|
|
|||
|
|
@ -33,6 +33,7 @@
|
|||
#include <algorithm>
|
||||
#include <iomanip>
|
||||
#include <map>
|
||||
#include <memory>
|
||||
|
||||
#include "V3Global.h"
|
||||
#include "V3Hashed.h"
|
||||
|
|
|
|||
Loading…
Reference in New Issue