Libcwd compile fixes

include linden_common.h first (is already included through the used
headers).
This commit is contained in:
Aleric Inglewood
2013-02-01 21:26:08 +01:00
parent 5cbe633117
commit d055494706
3 changed files with 3 additions and 2 deletions

View File

@@ -28,6 +28,7 @@
// Header Files
//-----------------------------------------------------------------------------
#include "linden_common.h"
#include "llpolymorph.h"
#include "llavatarappearance.h"
#include "llavatarjoint.h"