From 011fd3bed9c7bf0beef742f3d051a0451d105559 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Sun, 21 Jul 2013 19:00:12 +0200 Subject: [PATCH] checksizeof: Fixed compiler error on VS. Missing header. --- lib/checksizeof.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/checksizeof.cpp b/lib/checksizeof.cpp index 8df66566b..ac33b9a59 100644 --- a/lib/checksizeof.cpp +++ b/lib/checksizeof.cpp @@ -21,6 +21,7 @@ #include "checksizeof.h" #include "symboldatabase.h" #include +#include //--------------------------------------------------------------------------- // Register this check class (by creating a static instance of it)