diff options
author | Sergei Litovchuk <slitovchuk@productengine.com> | 2010-01-28 20:07:25 +0200 |
---|---|---|
committer | Sergei Litovchuk <slitovchuk@productengine.com> | 2010-01-28 20:07:25 +0200 |
commit | fbe21db8572c6d0e6a429a3ca209da6e26badf56 (patch) | |
tree | 7aab29638186be47535411cfeafe04e92f171f6b /indra/newview | |
parent | 8f89681e068365a2c352c76eb408b99784621c04 (diff) |
No ticket. Fixed possible build error.
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llpanelplaces.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llpanelplaces.h b/indra/newview/llpanelplaces.h index 5de78b1595..110d7a1054 100644 --- a/indra/newview/llpanelplaces.h +++ b/indra/newview/llpanelplaces.h @@ -32,9 +32,9 @@ #ifndef LL_LLPANELPLACES_H #define LL_LLPANELPLACES_H -#include "llpanel.h" +#include "lltimer.h" -class LLTimer; +#include "llpanel.h" class LLInventoryItem; class LLFilterEditor; |