diff options
-rw-r--r-- | indra/newview/lltoastalertpanel.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/lltoastalertpanel.h b/indra/newview/lltoastalertpanel.h index 38a635e8a4..2cd377b5a6 100644 --- a/indra/newview/lltoastalertpanel.h +++ b/indra/newview/lltoastalertpanel.h @@ -42,6 +42,7 @@ #include "llui.h" #include "llnotificationptr.h" #include "llalertdialog.h" +#include "llerror.h" class LLButton; class LLCheckBoxCtrl; @@ -59,6 +60,7 @@ class LLLineEditor; class LLToastAlertPanel : public LLToastPanel { + LOG_CLASS(LLToastAlertPanel); public: typedef bool (*display_callback_t)(S32 modal); |