From c6b9cb1ee13e5c1f2068a1d5b1c93b811ac823f6 Mon Sep 17 00:00:00 2001 From: Andrea Odetti Date: Sat, 16 Oct 2021 14:50:13 +0100 Subject: [PATCH] StdAfx.h make include consistent with AW. Signed-off-by: Andrea Odetti --- source/StdAfx.h | 2 ++ test/TestCPU6502/stdafx.h | 1 + 2 files changed, 3 insertions(+) diff --git a/source/StdAfx.h b/source/StdAfx.h index f9deb91a..972d7c6d 100644 --- a/source/StdAfx.h +++ b/source/StdAfx.h @@ -54,6 +54,8 @@ typedef UINT64 uint64_t; #include #include #include +#include +#include #include "linux/win.h" diff --git a/test/TestCPU6502/stdafx.h b/test/TestCPU6502/stdafx.h index 81ff30c9..2682d701 100644 --- a/test/TestCPU6502/stdafx.h +++ b/test/TestCPU6502/stdafx.h @@ -29,5 +29,6 @@ typedef UINT64 uint64_t; #include #include #include +#include #endif