diff options
author | AlexanderP ProductEngine <apaschenko@productengine.com> | 2012-12-13 18:43:52 +0200 |
---|---|---|
committer | AlexanderP ProductEngine <apaschenko@productengine.com> | 2012-12-13 18:43:52 +0200 |
commit | be6f3286f4a969a4de73d8f3af7b8262fe70bfb9 (patch) | |
tree | 9385ed0b7c28e26f2131ad4b3093ddde53d5edbe /indra/newview/llconversationview.h | |
parent | a88de5d45fe698bf9193659a677927c96c319ad6 (diff) |
Fixed path for correct assembly of the project
Diffstat (limited to 'indra/newview/llconversationview.h')
-rwxr-xr-x | indra/newview/llconversationview.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llconversationview.h b/indra/newview/llconversationview.h index a6f408403b..fb2834f26a 100755 --- a/indra/newview/llconversationview.h +++ b/indra/newview/llconversationview.h @@ -27,10 +27,10 @@ #ifndef LL_LLCONVERSATIONVIEW_H #define LL_LLCONVERSATIONVIEW_H -#include "llfolderviewitem.h" +#include "../llui/llfolderviewitem.h" #include "llavatariconctrl.h" -#include "llbutton.h" +#include "../llui/llbutton.h" #include "lloutputmonitorctrl.h" class LLTextBox; |