checksizeof: Fixed compiler error on VS. Missing header.

This commit is contained in:
Daniel Marjamäki 2013-07-21 19:00:12 +02:00
parent 79fa4e7226
commit 011fd3bed9
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@
#include "checksizeof.h"
#include "symboldatabase.h"
#include <algorithm>
#include <cctype>
//---------------------------------------------------------------------------
// Register this check class (by creating a static instance of it)