checksizeof: Fixed compiler error on VS. Missing header.
This commit is contained in:
parent
79fa4e7226
commit
011fd3bed9
|
@ -21,6 +21,7 @@
|
||||||
#include "checksizeof.h"
|
#include "checksizeof.h"
|
||||||
#include "symboldatabase.h"
|
#include "symboldatabase.h"
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
#include <cctype>
|
||||||
//---------------------------------------------------------------------------
|
//---------------------------------------------------------------------------
|
||||||
|
|
||||||
// Register this check class (by creating a static instance of it)
|
// Register this check class (by creating a static instance of it)
|
||||||
|
|
Loading…
Reference in New Issue