From 15c87e02e94fedd2eda5db9cc922a6be482f27d0 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Tue, 29 Sep 2020 18:53:02 -0400 Subject: [PATCH] Ditto for `printf`. --- Processors/65816/65816.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Processors/65816/65816.hpp b/Processors/65816/65816.hpp index 3843520c0..a08fd59c6 100644 --- a/Processors/65816/65816.hpp +++ b/Processors/65816/65816.hpp @@ -11,6 +11,7 @@ #include // TEMPORARILY. #include +#include // TEMPORARILY. #include #include "../RegisterSizes.hpp"