diff options
Diffstat (limited to 'kernel/calc.cc')
-rw-r--r-- | kernel/calc.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/calc.cc b/kernel/calc.cc index f31fed7d0..8afdab3f6 100644 --- a/kernel/calc.cc +++ b/kernel/calc.cc @@ -18,7 +18,7 @@ */ #include "kernel/rtlil.h" -#include "bigint/BigIntegerLibrary.hh" +#include "libs/bigint/BigIntegerLibrary.hh" #include <assert.h> static BigInteger const2big(const RTLIL::Const &val, bool as_signed, int &undef_bit_pos) |