2
0
Эх сурвалжийг харах

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 жил өмнө
parent
commit
356e7de2f4
1 өөрчлөгдсөн 1 нэмэгдсэн , 0 устгасан
  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>