From 0009346667872b90d39089c3800ab3e00ce73b51 Mon Sep 17 00:00:00 2001
From: Andrew Meadows <andrew@lindenlab.com>
Date: Wed, 7 Feb 2007 22:08:59 +0000
Subject: [PATCH] Fixed a missing dependency on llstring.h that was hidden
 until llstring.h was no longer included in lluuid.h.  This fix was found by
 James and I verified it.

---
 indra/llwindow/llmousehandler.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/indra/llwindow/llmousehandler.h b/indra/llwindow/llmousehandler.h
index bd163535a0b..cdde2ce0e01 100644
--- a/indra/llwindow/llmousehandler.h
+++ b/indra/llwindow/llmousehandler.h
@@ -13,6 +13,8 @@
 // Intended for use via multiple inheritance. 
 // A class may have as many interfaces as it likes, but never needs to inherit one more than once.
 
+#include "llstring.h"
+
 class LLMouseHandler
 {
 public:
-- 
GitLab