Fix compile error on Ubuntu 8.10.

This commit is contained in:
Wilson Snyder 2008-12-22 11:28:42 -05:00
parent 0bb4ccd7cd
commit a07a234761
2 changed files with 3 additions and 0 deletions

View File

@ -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.

View File

@ -33,6 +33,7 @@
#include <algorithm>
#include <iomanip>
#include <map>
#include <memory>
#include "V3Global.h"
#include "V3Hashed.h"