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/llviewerdisplay.cpp | |
parent | 0a57bf4f4ef2dff8f86c6ff66f1a415f0fc877bf (diff) |
Fixing issue with renamed header file in a pre-built package.
Diffstat (limited to 'indra/newview/llviewerdisplay.cpp')
-rw-r--r-- | indra/newview/llviewerdisplay.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewerdisplay.cpp b/indra/newview/llviewerdisplay.cpp index 8549306ffb..d2da940260 100644 --- a/indra/newview/llviewerdisplay.cpp +++ b/indra/newview/llviewerdisplay.cpp @@ -77,7 +77,7 @@ #include "llwlparammanager.h"
#include "llwaterparammanager.h"
#include "llpostprocess.h"
-#include "llpathinglib.h"
+#include "llphysicsextensions.h"
#include "llfloaterpathfindingconsole.h"
#include "llfloaterreg.h"
|