Przeglądaj źródła

Add ctime header to vodus main

Regarding compilation issues in FreeBSD. The <time.h> header is not
automatically pulled in on FreeBSD. Might be a quirk in glibc.
Nico Sonack 5 lat temu
rodzic
commit
356e7de2f4
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      src/vodus.cpp

+ 1 - 0
src/vodus.cpp

@@ -2,6 +2,7 @@
 #include <cstdio>
 #include <cstdint>
 #include <cmath>
+#include <ctime>
 
 #include <algorithm>