diff options
author | Andrew Meadows <andrew@lindenlab.com> | 2007-02-07 22:08:59 +0000 |
---|---|---|
committer | Andrew Meadows <andrew@lindenlab.com> | 2007-02-07 22:08:59 +0000 |
commit | 0009346667872b90d39089c3800ab3e00ce73b51 (patch) | |
tree | e8b43121bba894d54fb4a52e7fa0f884e803af7a /indra/llwindow/llmousehandler.h | |
parent | f27ef7c31a5128f2fd97b3f4b503a9b040d674f7 (diff) |
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.
Diffstat (limited to 'indra/llwindow/llmousehandler.h')
-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: |