VS 2008 project files and build fixes

This commit is contained in:
Aleksandar Fabijanic
2012-07-12 05:21:01 +00:00
parent 1bd21292e7
commit acf820c46d
28 changed files with 6332 additions and 793 deletions

View File

@@ -40,6 +40,8 @@
#include "CppUnit/TestCase.h"
#include "Poco/NumberParser.h"
#include "Poco/NumberFormatter.h"
#undef max
#undef min
#include <limits>
class NumberParserTest: public CppUnit::TestCase