summaryrefslogtreecommitdiff
path: root/indra/llcommon/llformat.h
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2024-02-07 21:56:42 -0500
committerNat Goodspeed <nat@lindenlab.com>2024-02-07 21:56:42 -0500
commitc9ae127ce1482ab2bc9c0968c97a76414e798d23 (patch)
treeaac648bddb291bc434d2a391d01bbea77ef005e1 /indra/llcommon/llformat.h
parent5b0404961e35ecca46148b90f2c27aed1bad607f (diff)
Fix up a few longstanding missing #includes.
Diffstat (limited to 'indra/llcommon/llformat.h')
-rw-r--r--indra/llcommon/llformat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llcommon/llformat.h b/indra/llcommon/llformat.h
index fb8e7cd045..97ea3b7b78 100644
--- a/indra/llcommon/llformat.h
+++ b/indra/llcommon/llformat.h
@@ -28,6 +28,8 @@
#ifndef LL_LLFORMAT_H
#define LL_LLFORMAT_H
+#include "llpreprocessor.h"
+
// Use as follows:
// LL_INFOS() << llformat("Test:%d (%.2f %.2f)", idx, x, y) << LL_ENDL;
//