Merge pull request #447 from lanurmi/compile-fix-main

Fix compilation (on Cygwin), by adding the necessary includes.
This commit is contained in:
amai2012 2014-09-24 22:22:39 +02:00
commit ba3e93aec1
1 changed files with 3 additions and 0 deletions

View File

@ -95,6 +95,9 @@ void CheckOther::checkZeroDivision()
#include "cppcheckexecutor.h"
#include <cstdio>
#include <cstdlib>
#ifdef _WIN32
#include <windows.h>
static char exename[1024] = {0};