Skip to content
Snippets Groups Projects
Commit 00093466 authored by Andrew Meadows's avatar Andrew Meadows
Browse files

Fixed a missing dependency on llstring.h that was hidden until llstring.h was...

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.
parent f27ef7c3
No related branches found
No related tags found
No related merge requests found
...@@ -13,6 +13,8 @@ ...@@ -13,6 +13,8 @@
// Intended for use via multiple inheritance. // 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. // A class may have as many interfaces as it likes, but never needs to inherit one more than once.
#include "llstring.h"
class LLMouseHandler class LLMouseHandler
{ {
public: public:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment