StdAfx.h make include consistent with AW.
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
This commit is contained in:
parent
e5b431a908
commit
c6b9cb1ee1
2 changed files with 3 additions and 0 deletions
|
@ -54,6 +54,8 @@ typedef UINT64 uint64_t;
|
|||
#include <cstdarg>
|
||||
#include <cstring>
|
||||
#include <algorithm>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "linux/win.h"
|
||||
|
||||
|
|
|
@ -29,5 +29,6 @@ typedef UINT64 uint64_t;
|
|||
#include <cstring>
|
||||
#include <cstdlib>
|
||||
#include <linux/win.h>
|
||||
#include <string>
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue