Commit c516a6a9 authored by Vinicius Jarina's avatar Vinicius Jarina
Browse files

Fixed build. #if MONOTOUCH

parent 1aaf1544
......@@ -35,7 +35,10 @@ using NLua.Event;
using NLua.Method;
using NLua.Exceptions;
using NLua.Extensions;
using ObjCRuntime;
#if MONOTOUCH
using ObjCRuntime;
#endif
namespace NLua
{
......
......@@ -32,7 +32,10 @@ using System.Collections.Generic;
using System.Runtime.InteropServices;
using NLua.Method;
using NLua.Extensions;
using ObjCRuntime;
#if MONOTOUCH
using ObjCRuntime;
#endif
namespace NLua
{
......
......@@ -32,7 +32,10 @@ using System.Collections.Generic;
using NLua.Method;
using NLua.Exceptions;
using NLua.Extensions;
using ObjCRuntime;
#if MONOTOUCH
using ObjCRuntime;
#endif
namespace NLua
{
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment