From: Maxim Mamontov Date: Tue, 20 Sep 2011 12:51:22 +0000 (+0300) Subject: Another fix for old and dub systems X-Git-Tag: 2.408-rc1~5 X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/76d21b1043e8efcffa9f61e1e7fdbee6c6dbca67 Another fix for old and dub systems --- diff --git a/stglibs/common.lib/common.cpp b/stglibs/common.lib/common.cpp index e3fbd9a8..2ea32c2b 100644 --- a/stglibs/common.lib/common.cpp +++ b/stglibs/common.lib/common.cpp @@ -28,14 +28,14 @@ $Author: faust $ */ -#include - // For old and dub systems // Like FreeBSD4 #include #include #include +#include + #ifdef WIN32 #include #else