diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2024-05-15 13:46:57 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2024-05-15 13:46:57 -0400 |
commit | 65bd23651d97722cd3777c2716c010ee14bd9ec7 (patch) | |
tree | 734f89adc8b4e0ab1e2643621497e84214171a03 /indra | |
parent | 9463f10b3332d34655006f4ba5127b114ca6e0c3 (diff) |
Fix missing #include in lltextvalidate.cpp
Diffstat (limited to 'indra')
-rw-r--r-- | indra/llui/lltextvalidate.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/lltextvalidate.cpp b/indra/llui/lltextvalidate.cpp index 9e27ed6232..10b3be1c23 100644 --- a/indra/llui/lltextvalidate.cpp +++ b/indra/llui/lltextvalidate.cpp @@ -31,6 +31,7 @@ #include "lltextvalidate.h" #include "llnotificationsutil.h" +#include "lltimer.h" #include "lltrans.h" #include "llresmgr.h" // for LLLocale |