X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/16060c9b46a9a84f18629b0234d09144ba68a746..0336bc1bb0970aadebeb50ca2985d6fc93658a65:/stglibs/common.lib/common.h

diff --git a/stglibs/common.lib/common.h b/stglibs/common.lib/common.h
index 7761d183..6e957698 100644
--- a/stglibs/common.lib/common.h
+++ b/stglibs/common.lib/common.h
@@ -27,7 +27,11 @@
 #ifndef common_h
 #define common_h
 
+#ifdef __BORLANDC__
+#include <time.h>
+#else
 #include <ctime>
+#endif
 #include <string>
 
 #include "os_int.h"