From 9750796e4eb96e53279c316b44f37d59162fc71e Mon Sep 17 00:00:00 2001 From: Danny Robson Date: Mon, 17 Feb 2020 14:29:31 +1100 Subject: [PATCH] cpuid/x86: explicitly include iosfwd --- cpuid/x86.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/cpuid/x86.hpp b/cpuid/x86.hpp index 4a3294ac..f707db2b 100644 --- a/cpuid/x86.hpp +++ b/cpuid/x86.hpp @@ -15,6 +15,7 @@ #endif #include +#include namespace cruft::cpu { /// Queries x86 CPU features using the CPUID instruction.