From: Alberto Bertogli Date: Mon, 3 Oct 2005 04:29:44 +0000 (+0000) Subject: Incluir stdint.h. X-Git-Tag: Entrega_1~58 X-Git-Url: https://git.llucax.com/z.facultad/75.29/dale.git/commitdiff_plain/c7567533704ad4178845ba1348bd6316a42da56d?hp=b81213323fe3a25ea2f5f1dd4f95c3800854bb43 Incluir stdint.h. --- diff --git a/src/number.h b/src/number.h index 4a52029..3a42d7e 100644 --- a/src/number.h +++ b/src/number.h @@ -8,6 +8,7 @@ #include #include #include +#include /* sizeof(E) tiene que ser 2*sizeof(N); y son los tipos nativos con los cuales * se haran las operaciones mas basicas. */