From 0a8ca598915a906e665141dc79fc0c1bbab8cc91 Mon Sep 17 00:00:00 2001 From: SmallJoker Date: Sat, 31 Mar 2018 14:33:54 +0200 Subject: [PATCH] event.h: Fix import GCC warning caused by ce87310 --- src/event.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/event.h b/src/event.h index ae200978c..149f7eecd 100644 --- a/src/event.h +++ b/src/event.h @@ -19,7 +19,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #pragma once -#import "irrlichttypes.h" +#include "irrlichttypes.h" class MtEvent {