diff --git a/headers/os/app/PropertyInfo.h b/headers/os/app/PropertyInfo.h index f16d33d70e..4298b732b6 100644 --- a/headers/os/app/PropertyInfo.h +++ b/headers/os/app/PropertyInfo.h @@ -1,5 +1,5 @@ /* - * Copyright 2009, Haiku Inc. All rights reserved. + * Copyright 2009-2010, Haiku Inc. All rights reserved. * Distributed under the terms of the MIT license. */ #ifndef _PROPERTY_INFO_H @@ -12,6 +12,9 @@ #include +class BMessage; + + struct compound_type { struct field_pair { const char* name; @@ -98,5 +101,5 @@ private: uint32 _reserved[4]; }; -#endif /* _PROPERTY_INFO_H */ +#endif /* _PROPERTY_INFO_H */