diff options
Diffstat (limited to 'src/auxiliaryFunctions/includes/isEmpty.h')
-rw-r--r-- | src/auxiliaryFunctions/includes/isEmpty.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/auxiliaryFunctions/includes/isEmpty.h b/src/auxiliaryFunctions/includes/isEmpty.h index 40a9ad3e..5c434779 100644 --- a/src/auxiliaryFunctions/includes/isEmpty.h +++ b/src/auxiliaryFunctions/includes/isEmpty.h @@ -5,7 +5,7 @@ ** Made by Bruno JOFRET <bruno.jofret@inria.fr> ** ** Started on Thu Feb 8 10:12:17 2007 jofret -** Last update Wed Feb 14 14:43:53 2007 jofret +** Last update Fri Feb 23 18:01:52 2007 jofret ** ** Copyright INRIA 2007 */ @@ -13,7 +13,11 @@ #ifndef __IS_EMPTY_H__ #define __IS_EMPTY_H__ -#include <bool.h> +#include <stdbool.h> + +#include "floatComplex.h" +#include "doubleComplex.h" +#include "notFound.h" /* ** \brief Float Is Empty function |