diff options
Diffstat (limited to 'indra/llcommon/metaproperty.cpp')
-rw-r--r-- | indra/llcommon/metaproperty.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/llcommon/metaproperty.cpp b/indra/llcommon/metaproperty.cpp index adcda03389..25a98f47f3 100644 --- a/indra/llcommon/metaproperty.cpp +++ b/indra/llcommon/metaproperty.cpp @@ -8,7 +8,10 @@ * $License$ */ +#include "linden_common.h" + #include "metaproperty.h" + #include "metaclass.h" LLMetaProperty::LLMetaProperty(const std::string& name, const LLMetaClass& object_class) : |