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
f27ef7c31a
commit
0009346667
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue