diff options
author | Nyx (Neal Orman) <nyx@lindenlab.com> | 2012-01-27 15:09:20 -0500 |
---|---|---|
committer | Nyx (Neal Orman) <nyx@lindenlab.com> | 2012-01-27 15:09:20 -0500 |
commit | f19a77047d10eca2bff07891375b7859b9e68e99 (patch) | |
tree | e1785f17d278baae42e16047ff9e163af9eba6dd /indra/newview/llnavmeshstation.cpp | |
parent | 78e96466cbb7ec054ff11a211dc6734ba317cb0f (diff) |
PATH-192 FIX fixed last issues with convex decomp merge
Diffstat (limited to 'indra/newview/llnavmeshstation.cpp')
-rw-r--r-- | indra/newview/llnavmeshstation.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llnavmeshstation.cpp b/indra/newview/llnavmeshstation.cpp index 586ed4715d..87f7e92ddd 100644 --- a/indra/newview/llnavmeshstation.cpp +++ b/indra/newview/llnavmeshstation.cpp @@ -27,7 +27,7 @@ #include "llviewerprecompiledheaders.h" #include "llnavmeshstation.h" #include "llcurl.h" -#include "llphysicsextensions.h"
+#include "LLPathingLib.h" #include "llagent.h" #include "llviewerregion.h" #include "llsdutil.h" |