From d3f7b15633eb9e7e8e9176079108214b5a7af6c8 Mon Sep 17 00:00:00 2001 From: Michael Fabian 'Xaymar' Dirks Date: Sun, 29 Sep 2019 19:33:51 +0200 Subject: [PATCH] hwapi/base: Add missing `#include ` --- source/hwapi/base.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/source/hwapi/base.hpp b/source/hwapi/base.hpp index d452a39..36f9fe9 100644 --- a/source/hwapi/base.hpp +++ b/source/hwapi/base.hpp @@ -25,6 +25,7 @@ #include #include #include +#include extern "C" { #pragma warning(push)