precompiled headers. need to change workspace settings for them to take effect

This was SVN commit r222.
This commit is contained in:
janwas
2004-05-08 01:18:15 +00:00
parent f383cfd4a8
commit 9f3714a789
2 changed files with 25 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
#include "precompiled.h"
+24
View File
@@ -0,0 +1,24 @@
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
#include <math.h>
#include <assert.h>
#include <stdarg.h>
#include <limits.h>
#include <time.h>
#include <wchar.h>
#include <list>
#include <map>
#include <vector>
#include <stack>
#include <string>
#include <functional>
#include <algorithm>
#include <numeric>