add missing include

This commit is contained in:
Cory Fields 2014-01-17 22:52:33 -05:00
parent 78cd96b151
commit 5a9989c52a
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@
#endif
#include <assert.h>
#include <stdio.h>
#include "impl/num.h"
#include "impl/field.h"