Browse Source

add time.h to fix compiling on some platforms

pull/416/head
Antonio SJ Musumeci 7 years ago
parent
commit
7296d3d90d
  1. 1
      src/num.cpp

1
src/num.cpp

@ -16,6 +16,7 @@
#include <stdint.h>
#include <stdlib.h>
#include <time.h>
#include <string>

Loading…
Cancel
Save