From 00923eac7c4bf08063b93f46be71b7a30a5e3aaa Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Tue, 29 Sep 2020 18:52:25 -0400 Subject: [PATCH] Ensure `assert` is visible to 65816Implementation.hpp. --- Processors/65816/65816.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Processors/65816/65816.hpp b/Processors/65816/65816.hpp index f47d9711b..3843520c0 100644 --- a/Processors/65816/65816.hpp +++ b/Processors/65816/65816.hpp @@ -9,6 +9,7 @@ #ifndef WDC65816_hpp #define WDC65816_hpp +#include // TEMPORARILY. #include #include