diff options
author | James Cook <james@lindenlab.com> | 2009-11-28 16:48:28 -0800 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2009-11-28 16:48:28 -0800 |
commit | 11cc56316c2c2638cb9089c8b29d533e58439cca (patch) | |
tree | ade0cab0fb29c83c05779d0399710429f28aa584 /indra/llmessage | |
parent | cb29ce124378f068009a7e0c930f86bc17b7257f (diff) |
Fixed a typo in includes list.
Diffstat (limited to 'indra/llmessage')
-rw-r--r-- | indra/llmessage/sound_ids.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llmessage/sound_ids.cpp b/indra/llmessage/sound_ids.cpp index cf5b3e553b..edd9a36c5f 100644 --- a/indra/llmessage/sound_ids.cpp +++ b/indra/llmessage/sound_ids.cpp @@ -30,6 +30,8 @@ */ #include "linden_common.h" +#include "sound_ids.h" + #include "lluuid.h" const LLUUID SND_NULL = LLUUID::null; |