diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llwindow/llmousehandler.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/linden/indra/llwindow/llmousehandler.h b/linden/indra/llwindow/llmousehandler.h index b907b55..4e9b882 100644 --- a/linden/indra/llwindow/llmousehandler.h +++ b/linden/indra/llwindow/llmousehandler.h | |||
@@ -28,10 +28,14 @@ | |||
28 | #ifndef LL_MOUSEHANDLER_H | 28 | #ifndef LL_MOUSEHANDLER_H |
29 | #define LL_MOUSEHANDLER_H | 29 | #define LL_MOUSEHANDLER_H |
30 | 30 | ||
31 | #include "llstring.h" | ||
32 | |||
31 | // Abstract interface. | 33 | // Abstract interface. |
32 | // Intended for use via multiple inheritance. | 34 | // Intended for use via multiple inheritance. |
33 | // A class may have as many interfaces as it likes, but never needs to inherit one more than once. | 35 | // A class may have as many interfaces as it likes, but never needs to inherit one more than once. |
34 | 36 | ||
37 | #include "llstring.h" | ||
38 | |||
35 | class LLMouseHandler | 39 | class LLMouseHandler |
36 | { | 40 | { |
37 | public: | 41 | public: |