From 8b786d778dcbc0f4596e4108a1494b6669e4bcb0 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sun, 21 May 2017 01:44:37 +0200 Subject: [PATCH] Add missing #include --- include/System/object.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/System/object.h b/include/System/object.h index eb8f918..6cbc031 100644 --- a/include/System/object.h +++ b/include/System/object.h @@ -18,6 +18,8 @@ #ifndef LIBSYSTEM_SYSTEM_OBJECT_H # define LIBSYSTEM_SYSTEM_OBJECT_H +# include + /* Object */ typedef void Object;