diff options
-rw-r--r-- | OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/Server_API/LSL_BuiltIn_Commands.cs | 1 | ||||
-rw-r--r-- | prebuild.xml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/Server_API/LSL_BuiltIn_Commands.cs b/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/Server_API/LSL_BuiltIn_Commands.cs index 20f5d51..eb72d5c 100644 --- a/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/Server_API/LSL_BuiltIn_Commands.cs +++ b/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/Server_API/LSL_BuiltIn_Commands.cs | |||
@@ -1,3 +1,4 @@ | |||
1 | using Axiom.Math; | ||
1 | using System; | 2 | using System; |
2 | using System.Collections.Generic; | 3 | using System.Collections.Generic; |
3 | using System.Text; | 4 | using System.Text; |
diff --git a/prebuild.xml b/prebuild.xml index db80a16..69bea40 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -941,6 +941,7 @@ | |||
941 | <Reference name="OpenSim.Framework"/> | 941 | <Reference name="OpenSim.Framework"/> |
942 | <Reference name="OpenSim.Framework.Console"/> | 942 | <Reference name="OpenSim.Framework.Console"/> |
943 | <Reference name="OpenSim.Region.ScriptEngine.Common"/> | 943 | <Reference name="OpenSim.Region.ScriptEngine.Common"/> |
944 | <Reference name="Axiom.MathLib.dll" localCopy="false"/> | ||
944 | <Files> | 945 | <Files> |
945 | <Match pattern="*.cs" recurse="true"/> | 946 | <Match pattern="*.cs" recurse="true"/> |
946 | </Files> | 947 | </Files> |