Fix ticket #597 (Compile error with Visual C++)

http://sourceforge.net/apps/trac/cppcheck/ticket/597
This commit is contained in:
Reijo Tomperi 2009-08-17 22:24:17 +03:00
parent ec40b4c628
commit 40fc605e2b
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@
#include <sstream>
#include <cstdlib>
#include <cmath>
#include <cctype>
long MathLib::toLongNumber(const std::string &str)
{