diff options
author | nat-goodspeed <nat@lindenlab.com> | 2024-02-08 14:45:43 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-08 14:45:43 -0500 |
commit | 24b6059620698744c035474db93975ebac28e45b (patch) | |
tree | 5437fa6948a8a111b77b8bcf726629d419cdcf1d /indra/llcommon/llformat.h | |
parent | eb0c19b2746890eb4dbfd6eac045699d0e5842dd (diff) | |
parent | 4e9794bd06660baea6d16779f6e354ca99e11b8a (diff) |
Merge pull request #21 from secondlife/lua_function
Break out lua_function.h to enable decentralizing Lua entry points to C++.
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; // |