StdAfx.h make include consistent with AW.

Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
This commit is contained in:
Andrea Odetti 2021-10-16 14:50:13 +01:00
parent e5b431a908
commit c6b9cb1ee1
2 changed files with 3 additions and 0 deletions

View file

@ -54,6 +54,8 @@ typedef UINT64 uint64_t;
#include <cstdarg>
#include <cstring>
#include <algorithm>
#include <string>
#include <vector>
#include "linux/win.h"

View file

@ -29,5 +29,6 @@ typedef UINT64 uint64_t;
#include <cstring>
#include <cstdlib>
#include <linux/win.h>
#include <string>
#endif