diff options
author | James Cook <james@lindenlab.com> | 2009-09-10 21:15:41 +0000 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2009-09-10 21:15:41 +0000 |
commit | 9cd1efca176ebf9e2f5d5d5c1dae90d8ee017dad (patch) | |
tree | 24c7f72f0bc025f91298be65159f0623d3cff93d /indra/newview/llpanelobject.cpp | |
parent | 03e4be4305a5d648735fdfb0c8404557e8dcd37a (diff) |
Header file corrections to let us build without precompiled headers from llprimitive and llvfs. Allows better dependency analysis.
Diffstat (limited to 'indra/newview/llpanelobject.cpp')
-rw-r--r-- | indra/newview/llpanelobject.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llpanelobject.cpp b/indra/newview/llpanelobject.cpp index 9ec9874384..6a61e0f02f 100644 --- a/indra/newview/llpanelobject.cpp +++ b/indra/newview/llpanelobject.cpp @@ -39,9 +39,11 @@ #include "lleconomy.h" #include "llerror.h" #include "llfontgl.h" +#include "llmaterialtable.h" #include "llpermissionsflags.h" #include "llstring.h" #include "llvolume.h" +#include "material_codes.h" #include "m3math.h" // project includes |