diff --git a/tommath.h b/tommath.h index e0eb2597c..71ecaf514 100644 --- a/tommath.h +++ b/tommath.h @@ -12,11 +12,14 @@ #ifndef BN_H_ #define BN_H_ -#include #include #include #include +#ifndef LTM_NO_FILE +# include +#endif + #include "tommath_class.h" #ifdef __cplusplus