From b3eb2d0139d25f251b057fb58e1d99e0144006fc Mon Sep 17 00:00:00 2001 From: belliash Date: Sun, 16 Jun 2019 08:41:42 +0200 Subject: [PATCH] Include missing header. --- include/ph7int.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/ph7int.h b/include/ph7int.h index 9c8a1c5..29adcba 100644 --- a/include/ph7int.h +++ b/include/ph7int.h @@ -14,6 +14,7 @@ #ifndef __PH7INT_H__ #define __PH7INT_H__ #define PH7_PRIVATE +#include #include "ph7.h" #ifdef __WINNT__ #include