From 943819c40ab43d5202cd9af75cd403447210ad0b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 13 Jul 2024 12:39:56 -0400 Subject: Add missing includes According to include-what-you-use, anyway. Most of these seem questionable/unnecessary, but since the whole point here is to avoid wasting time doing manually what machines can do, just do what the tool says to keep the checks clean even if it's suboptimal. --- src/Drivers.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Drivers.cpp') diff --git a/src/Drivers.cpp b/src/Drivers.cpp index 6de2459..94efd14 100644 --- a/src/Drivers.cpp +++ b/src/Drivers.cpp @@ -12,6 +12,7 @@ #include #include +#include namespace patchage { -- cgit v1.2.1