- The mandatory include compile error fix for unix

This commit is contained in:
Magnus Norddahl 2017-06-03 18:28:12 +02:00
parent d38dae5de8
commit 7edb75d299
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
#include "stats.h"
#include <set>
#include <string>
#include <map>
#include <vector>
#ifndef _MSC_VER
#include <signal.h>