Merge pull request #447 from lanurmi/compile-fix-main
Fix compilation (on Cygwin), by adding the necessary includes.
This commit is contained in:
commit
ba3e93aec1
|
@ -95,6 +95,9 @@ void CheckOther::checkZeroDivision()
|
||||||
|
|
||||||
#include "cppcheckexecutor.h"
|
#include "cppcheckexecutor.h"
|
||||||
|
|
||||||
|
#include <cstdio>
|
||||||
|
#include <cstdlib>
|
||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
static char exename[1024] = {0};
|
static char exename[1024] = {0};
|
||||||
|
|
Loading…
Reference in New Issue