diff options
author | Todd Stinson <stinson@lindenlab.com> | 2012-04-18 16:03:33 -0700 |
---|---|---|
committer | Todd Stinson <stinson@lindenlab.com> | 2012-04-18 16:03:33 -0700 |
commit | 1cdef4903daea1622923550b1328b659a594b029 (patch) | |
tree | 5e51aebd5be3f30fc4c7fed394488e72482130f7 /indra/newview/llpathfindingpathtool.cpp | |
parent | db7ad38170d957ce4caed2cd1686e53a51c41138 (diff) |
Updating to the latest llphysicextensions pre-built package with the now lowercased version of the header file names.
Diffstat (limited to 'indra/newview/llpathfindingpathtool.cpp')
-rw-r--r-- | indra/newview/llpathfindingpathtool.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpathfindingpathtool.cpp b/indra/newview/llpathfindingpathtool.cpp index 23fdd43b0b..04ea400090 100644 --- a/indra/newview/llpathfindingpathtool.cpp +++ b/indra/newview/llpathfindingpathtool.cpp @@ -32,7 +32,7 @@ #include "llviewerwindow.h"
#include "llviewercamera.h"
#include "llpathfindingmanager.h"
-#include "LLPathingLib.h"
+#include "llpathinglib.h"
#include <boost/function.hpp>
#include <boost/signals2.hpp>
|