From a705fc7eb83304e5e0d536c88353392bb7310141 Mon Sep 17 00:00:00 2001 From: Sergeanur Date: Fri, 22 May 2020 17:41:48 +0300 Subject: [PATCH] fix eax --- eax/eax.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eax/eax.h b/eax/eax.h index 0e2201db..7c0db32e 100644 --- a/eax/eax.h +++ b/eax/eax.h @@ -54,7 +54,8 @@ extern "C" { #include #include #else - #include + #include + #include #endif #ifndef GUID_DEFINED