add missing include

This commit is contained in:
Francois Perrad 2017-12-09 20:05:39 +01:00
parent a82d02ad25
commit c60eeb0bed

View File

@ -1,5 +1,6 @@
/* tests the montgomery routines */
#include <tommath.h>
#include <time.h>
int main(void)
{