Merge pull request #127 from mikhailnov/develop

Fix includes
This commit is contained in:
Steffen Jaeckel 2018-12-01 15:47:31 +01:00 committed by GitHub
commit 0fb29ef1b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@
#include <stdint.h>
#include <limits.h>
#include <tommath_class.h>
#include "tommath_class.h"
#ifdef __cplusplus
extern "C" {

View File

@ -1121,8 +1121,8 @@
# define LTM_LAST
#endif
#include <tommath_superclass.h>
#include <tommath_class.h>
#include "tommath_superclass.h"
#include "tommath_class.h"
#else
# define LTM_LAST
#endif