-
include/Common.h: reorder includes to avoid redefinition on some platforms · b3e80f5aJosh de Kock authored
On some systems sstream defines snprintf, this leads to the a redefinition of sprintf_s if snprintf is defined before checking if it exists in sstream.
b3e80f5a
×