Modify ↓
Ticket #7808 (closed defect: fixed)
You must read the TicketHowTo before creating a new ticket or commenting on an existing ticket.
Opened 2 years ago
Last modified 2 years ago
Commit 23009 breaks compilation
| Reported by: | pebender@… | Owned by: | ijr |
|---|---|---|---|
| Priority: | minor | Milestone: | unknown |
| Component: | MythTV - General | Version: | unknown |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
The header file programs/mythfrontend/programinfocache.h needs to include <cstdint> because the ProgramInfoCache? class depends on the definition of uint64_t found in <stdint.h>.
In addition, the header file programs/mythfrontend/programinfocache.h should check and define PROGRAMINFOCACHE_H so that the contents of the file is included only once.
By the way, does myth have a convention for the header include define? They appear to follow different naming conventions in different header files.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

