Opened 15 years ago
#73 new defect
Missing include in tlmdt.h
Reported by: | Owned by: | Nicolas Pouillon | |
---|---|---|---|
Priority: | major | Component: | soclib-cc |
Keywords: | Cc: |
Description
I'm facing compile problems on an ubuntu 10.04 machine when compiling the tlmdt topcells.
The particular problem here is this line in ltmdt.h: const uint64_t MAX_TIME = std::numeric_limits<uint64_t>::max(); with the following error: tlmdt.h:18: error: ‘numeric_limits’ is not a member of ‘std’
Quickfix: Add #include <limits> to ltmdt.h
Note: See
TracTickets for help on using
tickets.