summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2024-09-10 15:28:16 -0400
committerNat Goodspeed <nat@lindenlab.com>2024-09-10 15:28:16 -0400
commit9f38f25b93be2566399fac2d528da9810edd2fa6 (patch)
tree618e817cbd1c62d2258eeaafce5321e6de9cd96f
parent26efc7e376ef52284a6281f36cf45eb03bc13507 (diff)
llinstancetracker.h was missing an #include from last merge.
-rw-r--r--indra/llcommon/llinstancetracker.h1
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"