Added limits.h to try and avoid gcc 4.3 compile problems

This commit is contained in:
Robert Osfield
2008-03-25 13:06:57 +00:00
parent 3a1fbcd6f0
commit f50b9a3c79

View File

@@ -13,6 +13,7 @@
#include <stdlib.h>
#include <float.h>
#include <limits.h>
#include <fstream>
#include <sstream>