From e49fc945df205ba5cc29e59c3e84cf05e290fe78 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Wed, 15 Oct 2008 10:49:05 -0400 Subject: [PATCH] Fix GCC 4.3 compile error; bug35 --- Changes | 2 ++ src/V3Begin.cpp | 1 - src/V3LinkDot.cpp | 1 - src/V3Number.cpp | 3 +-- src/V3Options.cpp | 1 - src/config_build.h.in | 1 + 6 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Changes b/Changes index e880cf700..ae490636a 100644 --- a/Changes +++ b/Changes @@ -25,6 +25,8 @@ indicates the contributor was also the author of the fix; Thanks! **** Include Verilog file's directory name in coverage reports. +**** Fix GCC 4.3 compile error; bug35. [Lane Brooks] + * Verilator 3.671 2008/09/19 ** SystemC uint64_t pins are now the default instead of sc_bv<64>. diff --git a/src/V3Begin.cpp b/src/V3Begin.cpp index 85f716d13..85d339e3f 100644 --- a/src/V3Begin.cpp +++ b/src/V3Begin.cpp @@ -31,7 +31,6 @@ #include #include #include -#include #include #include diff --git a/src/V3LinkDot.cpp b/src/V3LinkDot.cpp index d235cbeb7..55ad781ca 100644 --- a/src/V3LinkDot.cpp +++ b/src/V3LinkDot.cpp @@ -32,7 +32,6 @@ #include "verilatedos.h" #include #include -#include #include #include #include diff --git a/src/V3Number.cpp b/src/V3Number.cpp index bd356a9d4..a42835f96 100644 --- a/src/V3Number.cpp +++ b/src/V3Number.cpp @@ -18,12 +18,11 @@ // //************************************************************************* -#include +#include "config_build.h" #include "verilatedos.h" #include #include #include -#include #include #include "V3Number.h" diff --git a/src/V3Options.cpp b/src/V3Options.cpp index 1f3f4f8bf..496cc0f57 100644 --- a/src/V3Options.cpp +++ b/src/V3Options.cpp @@ -24,7 +24,6 @@ #include #include #include -#include #include #include #include diff --git a/src/config_build.h.in b/src/config_build.h.in index 3f5de611f..2a90b8504 100644 --- a/src/config_build.h.in +++ b/src/config_build.h.in @@ -84,6 +84,7 @@ #include #include #include +#include using namespace std;