From c8cfc0f038d2115a4edf5a3281fba5bb5758147309e08b926e35b0c59c95fa3e Mon Sep 17 00:00:00 2001 From: ADAM David Alan Martin Date: Sat, 27 Sep 2025 18:18:17 -0400 Subject: [PATCH] IWYU --- dw/imgrenderer.hh | 1 + src/misc.cc | 2 ++ 2 files changed, 3 insertions(+) diff --git a/dw/imgrenderer.hh b/dw/imgrenderer.hh index 14c574d..e9a6253 100644 --- a/dw/imgrenderer.hh +++ b/dw/imgrenderer.hh @@ -2,6 +2,7 @@ #define __DW_IMGRENDERER_HH__ #include +#include #ifndef __INCLUDED_FROM_DW_CORE_HH__ # error Do not include this file directly, use "core.hh" instead. diff --git a/src/misc.cc b/src/misc.cc index af636c1..d47f441 100644 --- a/src/misc.cc +++ b/src/misc.cc @@ -15,6 +15,8 @@ #include #include +#include + #include "utf8.hh" #include "msg.hh" #include "misc.hh"