From d48edac1a6dcdb0720269e18705a69188aece0b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Sun, 6 Jun 2010 09:37:46 +0000 Subject: [PATCH] * Should fix #6132, PropertyInfo.h was not self contained. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37027 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/os/app/PropertyInfo.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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 */