From c7567533704ad4178845ba1348bd6316a42da56d Mon Sep 17 00:00:00 2001 From: Alberto Bertogli Date: Mon, 3 Oct 2005 04:29:44 +0000 Subject: [PATCH] Incluir stdint.h. --- src/number.h | 1 + 1 file changed, 1 insertion(+) 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. */ -- 2.43.0