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.

master
Andrew Meadows 2007-02-07 22:08:59 +00:00
parent f27ef7c31a
commit 0009346667
1 changed files with 2 additions and 0 deletions

View File

@ -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: