Make precompiled headers faster
This commit is contained in:
parent
09fa28ea4d
commit
d97b6b178e
1 changed files with 3 additions and 0 deletions
3
stdafx.h
3
stdafx.h
|
@ -35,5 +35,8 @@
|
|||
#include <stdio.h>
|
||||
#include <stddef.h>
|
||||
|
||||
#include <vector>
|
||||
#include <string>
|
||||
|
||||
#undef min
|
||||
|
||||
|
|
Loading…
Reference in a new issue