diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llcommon/metaclass.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linden/indra/llcommon/metaclass.cpp b/linden/indra/llcommon/metaclass.cpp index 251795e..e545411 100644 --- a/linden/indra/llcommon/metaclass.cpp +++ b/linden/indra/llcommon/metaclass.cpp | |||
@@ -28,7 +28,10 @@ | |||
28 | * COMPLETENESS OR PERFORMANCE. | 28 | * COMPLETENESS OR PERFORMANCE. |
29 | */ | 29 | */ |
30 | 30 | ||
31 | #include "linden_common.h" | ||
32 | |||
31 | #include "metaclass.h" | 33 | #include "metaclass.h" |
34 | |||
32 | #include "metaproperty.h" | 35 | #include "metaproperty.h" |
33 | #include "reflective.h" | 36 | #include "reflective.h" |
34 | 37 | ||