diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2024-02-07 21:56:42 -0500 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2024-02-07 21:56:42 -0500 |
commit | c9ae127ce1482ab2bc9c0968c97a76414e798d23 (patch) | |
tree | aac648bddb291bc434d2a391d01bbea77ef005e1 /indra/llcommon/llformat.h | |
parent | 5b0404961e35ecca46148b90f2c27aed1bad607f (diff) |
Fix up a few longstanding missing #includes.
Diffstat (limited to 'indra/llcommon/llformat.h')
-rw-r--r-- | indra/llcommon/llformat.h | 2 |
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; // |