Opened 14 years ago
Closed 14 years ago
#6132 closed bug (fixed)
Missing include line in PropertyInfo.h
Reported by: | Karvjorm | Owned by: | axeld |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Kits/Application Kit | Version: | R1/alpha2 |
Keywords: | PropertyInfo.h missing header for BMessage | Cc: | Karvjorm |
Blocked By: | Blocking: | ||
Platform: | All |
Description
I tried to build src/tests/kits/app applications and noticed that PropertyInfo.h file is without <Message.h> include line (http://dev.haiku-os.org/changeset/32728).
Attachments (1)
Change History (4)
by , 14 years ago
Attachment: | PropertyInfoFix.patch added |
---|
comment:1 by , 14 years ago
patch: | 0 → 1 |
---|
comment:3 by , 14 years ago
Hi, shouldn't a simple forward declaration be sufficient? The source file already includes <Message.h>
Note:
See TracTickets
for help on using tickets.
Adding missing include line to PropertyInfo.h file