Skip to content

Commit 0a8ca59

Browse files
committedMar 31, 2018
event.h: Fix import GCC warning caused by ce87310
1 parent ce87310 commit 0a8ca59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎src/event.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
1919

2020
#pragma once
2121

22-
#import "irrlichttypes.h"
22+
#include "irrlichttypes.h"
2323

2424
class MtEvent
2525
{

0 commit comments

Comments
 (0)