diff --git a/src/basics/types.hh b/src/basics/types.hh index 5b20021..68fb85a 100644 --- a/src/basics/types.hh +++ b/src/basics/types.hh @@ -9,6 +9,9 @@ #ifndef __BASICS_TYPES_HH__ #define __BASICS_TYPES_HH__ +#include + + typedef double Double; typedef unsigned int uint;