Fix ticket #597 (Compile error with Visual C++)
http://sourceforge.net/apps/trac/cppcheck/ticket/597
This commit is contained in:
parent
ec40b4c628
commit
40fc605e2b
|
@ -28,6 +28,7 @@
|
|||
#include <sstream>
|
||||
#include <cstdlib>
|
||||
#include <cmath>
|
||||
#include <cctype>
|
||||
|
||||
long MathLib::toLongNumber(const std::string &str)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue