Переглянути джерело

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 роки тому
батько
коміт
356e7de2f4
1 змінених файлів з 1 додано та 0 видалено
  1. 1 0
      src/vodus.cpp

+ 1 - 0
src/vodus.cpp

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