#include <sys/time.h> is missing
Opened this issue · 3 comments
gamma-2017 commented
Why? It's in https://github.com/snucrypto/HEAAN/blob/master/HEAAN/src/TimeUtils.cpp#L10 where it is needed. But not elsewhere (unless you want it for your code).
yurivict commented
Why?
The class can't be declared with fields of unknown type https://github.com/snucrypto/HEAAN/blob/master/HEAAN/src/TimeUtils.h#L20
gamma-2017 commented
True.