From 28ddc4e45f216bd4877069e69d143ec3d4945d19 Mon Sep 17 00:00:00 2001 From: truelight Date: Sat, 22 Apr 2006 10:12:14 +0000 Subject: [PATCH] (svn r4522) -Fix: include stdio before stddef; some targets don't like the other way around. --- stdafx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stdafx.h b/stdafx.h index a8600d9b58..f18ac11ec5 100644 --- a/stdafx.h +++ b/stdafx.h @@ -3,8 +3,8 @@ #ifndef STDAFX_H #define STDAFX_H -#include #include +#include #include #include