diff options
Diffstat (limited to 'src/map')
-rw-r--r-- | src/map/mapper/mapperInt.h | 3 | ||||
-rw-r--r-- | src/map/scl/sclLibScl.c | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/src/map/mapper/mapperInt.h b/src/map/mapper/mapperInt.h index fdfece30..28f40a82 100644 --- a/src/map/mapper/mapperInt.h +++ b/src/map/mapper/mapperInt.h @@ -28,10 +28,11 @@ #include <stdlib.h> #include <string.h> #include <float.h> +#include <math.h> + #include "base/main/main.h" #include "map/mio/mio.h" #include "mapper.h" -#include "misc/extra/extraBdd.h" ABC_NAMESPACE_HEADER_START diff --git a/src/map/scl/sclLibScl.c b/src/map/scl/sclLibScl.c index f47c1721..2e4e1deb 100644 --- a/src/map/scl/sclLibScl.c +++ b/src/map/scl/sclLibScl.c @@ -22,6 +22,7 @@ #include "misc/st/st.h" #include "map/mio/mio.h" #include "bool/kit/kit.h" +#include "misc/extra/extra.h" ABC_NAMESPACE_IMPL_START |