diff --git a/cudd/cudd.h b/cudd/cudd.h index 7d6f10e..de8f082 100644 --- a/cudd/cudd.h +++ b/cudd/cudd.h @@ -58,6 +58,8 @@ /*---------------------------------------------------------------------------*/ #include +#include +#include /*---------------------------------------------------------------------------*/ /* Constant declarations */ diff --git a/mtr/mtrInt.h b/mtr/mtrInt.h index 09aaac9..934728e 100644 --- a/mtr/mtrInt.h +++ b/mtr/mtrInt.h @@ -52,6 +52,7 @@ #include "config.h" #include "mtr.h" +#include /*---------------------------------------------------------------------------*/ /* Constant declarations */ diff --git a/util/cstringstream.h b/util/cstringstream.h index b5a85cd..24cc627 100644 --- a/util/cstringstream.h +++ b/util/cstringstream.h @@ -47,6 +47,8 @@ #ifndef CSTRINGSTREAM_H_ #define CSTRINGSTREAM_H_ +#include + #ifdef __cplusplus extern "C" { #endif