From 0939f8690378961597bb9bfc4820465e66387936 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Sat, 21 May 2011 02:47:36 +0000 Subject: [PATCH] Fix #include for GNUstep. --- ObjectiveC/Library.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ObjectiveC/Library.mm b/ObjectiveC/Library.mm index 36c599a..2cb81b7 100644 --- a/ObjectiveC/Library.mm +++ b/ObjectiveC/Library.mm @@ -28,7 +28,6 @@ #include "ObjectiveC/Internal.hpp" #include -#include #include "cycript.hpp" @@ -38,6 +37,7 @@ #include #include #include +#include #endif #include "Error.hpp" -- 2.49.0