diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2024-09-10 15:28:16 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2024-09-10 15:28:16 -0400 |
commit | 9f38f25b93be2566399fac2d528da9810edd2fa6 (patch) | |
tree | 618e817cbd1c62d2258eeaafce5321e6de9cd96f | |
parent | 26efc7e376ef52284a6281f36cf45eb03bc13507 (diff) |
llinstancetracker.h was missing an #include from last merge.
-rw-r--r-- | indra/llcommon/llinstancetracker.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llcommon/llinstancetracker.h b/indra/llcommon/llinstancetracker.h index 03418e9bad..b5c681e60a 100644 --- a/indra/llcommon/llinstancetracker.h +++ b/indra/llcommon/llinstancetracker.h @@ -41,6 +41,7 @@ #include <boost/iterator/indirect_iterator.hpp> #include <boost/iterator/filter_iterator.hpp> +#include "llprofiler.h" #include "lockstatic.h" #include "stringize.h" |