﻿id	summary	reporter	owner	description	type	status	priority	component	resolution	keywords	cc
73	Missing include in tlmdt.h	axer@…	Nicolas Pouillon	"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

"	defect	new	major	soclib-cc			
