diff options
author | SmallJoker <mk939@ymail.com> | 2018-03-31 14:33:54 +0200 |
---|---|---|
committer | SmallJoker <mk939@ymail.com> | 2018-03-31 14:33:54 +0200 |
commit | 0a8ca598915a906e665141dc79fc0c1bbab8cc91 (patch) | |
tree | 6fa644e6920b3ef4bca82f562444ffef07a451b6 | |
parent | ce873108aa91d19104f46c5acd3350385e7a4541 (diff) | |
download | minetest-0a8ca598915a906e665141dc79fc0c1bbab8cc91.tar.gz minetest-0a8ca598915a906e665141dc79fc0c1bbab8cc91.tar.bz2 minetest-0a8ca598915a906e665141dc79fc0c1bbab8cc91.zip |
event.h: Fix import GCC warning caused by ce87310
-rw-r--r-- | src/event.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |