From e800490b501b301e8399d177f227e4718d9e9902 Mon Sep 17 00:00:00 2001 From: Kimmo Varis Date: Mon, 6 Sep 2010 22:00:56 +0300 Subject: [PATCH] Add back as GCC requires it. I removed after checking it builds with VS 2008. But Dan pointed out GCC needs that header. --- lib/cppcheck.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/cppcheck.cpp b/lib/cppcheck.cpp index 157326920..bc0ceec92 100644 --- a/lib/cppcheck.cpp +++ b/lib/cppcheck.cpp @@ -28,6 +28,7 @@ #include #include #include +#include #include #include "timer.h"