Skip to content

Commit 141755f

Browse files
committed
Fixed BM:S compiler errors
1 parent af1f5e5 commit 141755f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: src/core/modules/entities/bms/entities_datamaps_wrap.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
//-----------------------------------------------------------------------------
3131
// Includes.
3232
//-----------------------------------------------------------------------------
33-
#include "entities_datamaps_wrap.h"
33+
#include "entities_datamaps.h"
3434

3535

3636
//-----------------------------------------------------------------------------

Diff for: src/core/modules/entities/bms/entities_wrap.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
//-----------------------------------------------------------------------------
3131
// Includes.
3232
//-----------------------------------------------------------------------------
33-
#include "entities_wrap.h"
33+
#include "entities.h"
3434

3535

3636
//-----------------------------------------------------------------------------

0 commit comments

Comments
 (0)