diff options
author | Todd Stinson <stinson@lindenlab.com> | 2012-01-25 18:54:00 -0800 |
---|---|---|
committer | Todd Stinson <stinson@lindenlab.com> | 2012-01-25 18:54:00 -0800 |
commit | 5726d13c241ed2d9289e5195ac2523ba5e46275f (patch) | |
tree | 3d8e2ef2c8e235d0aecb6e9fba5f344e2a753798 /indra/newview/llfloaterpathfindingconsole.h | |
parent | 0a57bf4f4ef2dff8f86c6ff66f1a415f0fc877bf (diff) |
Fixing issue with renamed header file in a pre-built package.
Diffstat (limited to 'indra/newview/llfloaterpathfindingconsole.h')
-rw-r--r-- | indra/newview/llfloaterpathfindingconsole.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterpathfindingconsole.h b/indra/newview/llfloaterpathfindingconsole.h index ed63a669ea..c46fead91b 100644 --- a/indra/newview/llfloaterpathfindingconsole.h +++ b/indra/newview/llfloaterpathfindingconsole.h @@ -30,7 +30,7 @@ #include "llfloater.h"
#include "llnavmeshstation.h"
-#include "llpathinglib.h"
+#include "llphysicsextensions.h"
#include "llcheckboxctrl.h"
class LLSD;
|