diff options
Diffstat (limited to 'src/tommath/tommath.nim')
| -rw-r--r-- | src/tommath/tommath.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tommath/tommath.nim b/src/tommath/tommath.nim index f45763c..f0a351e 100644 --- a/src/tommath/tommath.nim +++ b/src/tommath/tommath.nim @@ -1,4 +1,4 @@ -include private/config +import private/config type mp_digit* = distinct uint32 |
