diff options
author | brad kittenbrink <brad@lindenlab.com> | 2009-07-31 11:48:24 -0700 |
---|---|---|
committer | brad kittenbrink <brad@lindenlab.com> | 2009-07-31 11:48:24 -0700 |
commit | 4fcc4063e0862bb2a00c2f29839493815e7d65a6 (patch) | |
tree | b5954650c26cbb06a80a26f078185fd1e0e6c4f0 | |
parent | a7efd0d8ddb68315653265d7e4ab87a156e56560 (diff) |
Fixups after merge for new files failing to include linden_common.h
-rw-r--r-- | indra/llmath/llbbox.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llmath/llbbox.cpp b/indra/llmath/llbbox.cpp index acf93a2a38..914cbfdc12 100644 --- a/indra/llmath/llbbox.cpp +++ b/indra/llmath/llbbox.cpp @@ -30,6 +30,8 @@ * $/LicenseInfo$ */ +#include "linden_common.h" + // self include #include "llbbox.h" |