Fix compilation (on Cygwin) after commit f63dc86f
, by adding the necessary includes.
No idea why this problem has not shown up on other platforms; the includes are by no means Cygwin-specific.
This commit is contained in:
parent
1729ea6f0f
commit
17d6903d00
|
@ -95,6 +95,9 @@ void CheckOther::checkZeroDivision()
|
|||
|
||||
#include "cppcheckexecutor.h"
|
||||
|
||||
#include <cstdio>
|
||||
#include <cstdlib>
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <windows.h>
|
||||
static char exename[1024] = {0};
|
||||
|
|
Loading…
Reference in New Issue