diff options
-rw-r--r-- | indra/llwindow/llmousehandler.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llwindow/llmousehandler.h b/indra/llwindow/llmousehandler.h index bd163535a0..cdde2ce0e0 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: |