Add missing includes in gcc 4.4.1
commitcac02cb7afb2dcf8d8cb4c465be1bca7c7f60127
authorGustaf Hendeby <gustaf.hendeby@dfki.de>
Sun, 22 Nov 2009 13:39:02 +0000 (22 14:39 +0100)
committerHenrik Tidefelt <tidefelt@isy.liu.se>
Sun, 22 Nov 2009 14:08:54 +0000 (22 15:08 +0100)
treebfc861e2adbc0537c9683409439d13013a134123
parent1356b751ba5f5ebd257ed9fcc4cb4c423c967e81
Add missing includes in gcc 4.4.1

The leakage of includes is considerably smaller in gcc 4.4
compared to previous versions.

sprintf  - can be found in cstdio
uint32_t - is typedefed in (POSIX, but missing in Visual Studio)
           stdint.h

Signed-off-by: Gustaf Hendeby <gustaf.hendeby@dfki.de>
source/basicsimplex.cc
source/constructorrepresentation.cc
source/glyphlist.h