Fix warning.h not including a required header

This commit is contained in:
ISSOtm
2020-03-14 11:33:51 +01:00
parent a259f53b52
commit 61897d8b52

View File

@@ -9,6 +9,8 @@
#ifndef WARNING_H
#define WARNING_H
#include "helpers.h"
extern unsigned int nbErrors;
enum WarningID {