From 40fc605e2bff26a65b46c5d1112eae6b2a0fc9ae Mon Sep 17 00:00:00 2001 From: Reijo Tomperi Date: Mon, 17 Aug 2009 22:24:17 +0300 Subject: [PATCH] Fix ticket #597 (Compile error with Visual C++) http://sourceforge.net/apps/trac/cppcheck/ticket/597 --- src/mathlib.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mathlib.cpp b/src/mathlib.cpp index 87e8326ca..02d13683e 100644 --- a/src/mathlib.cpp +++ b/src/mathlib.cpp @@ -28,6 +28,7 @@ #include #include #include +#include long MathLib::toLongNumber(const std::string &str) {