From a3bb9f81e0502f66e368b5e58861ffbb5cfdcd41 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Thu, 11 Sep 2003 10:10:38 +0000 Subject: added time.h and math.h to default/precompiled headers svn-id: r10168 --- common/stdafx.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/common/stdafx.h b/common/stdafx.h index af23816b01..40e59952ed 100644 --- a/common/stdafx.h +++ b/common/stdafx.h @@ -86,6 +86,8 @@ #include #include #include +#include +#include #else @@ -110,6 +112,8 @@ #include #include #include +#include +#include #endif -- cgit v1.2.3