From e1bf5b072cd058a66f94b807760f7ac2041adc41 Mon Sep 17 00:00:00 2001
From: Rye Mutt <rye@bred.dog>
Date: Thu, 8 Oct 2020 09:40:55 -0400
Subject: [PATCH] Globally include absl str_format header

---
 indra/llcommon/llformat.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/indra/llcommon/llformat.h b/indra/llcommon/llformat.h
index fb8e7cd0456..501b7aad2d9 100644
--- a/indra/llcommon/llformat.h
+++ b/indra/llcommon/llformat.h
@@ -28,6 +28,8 @@
 #ifndef LL_LLFORMAT_H
 #define LL_LLFORMAT_H
 
+#include "absl/strings/str_format.h"
+
 // Use as follows:
 // LL_INFOS() << llformat("Test:%d (%.2f %.2f)", idx, x, y) << LL_ENDL;
 //
-- 
GitLab