Skip to content

Commit d72e615

Browse files
committed
fix builds
1 parent c313b37 commit d72e615

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

configure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@
426426
else:
427427
cflags_framework.extend(["-inline noauto", "-O3,s", "-sym on", "-str reuse,pool,readonly"])
428428

429-
if config.version in ["RZDE01_00", "RZDE01_02", "RZDJ01"]:
429+
if config.version in ["RZDE01_00", "RZDE01_02", "RZDP01", "RZDJ01"]:
430430
cflags_framework.extend(["-DSDK_SEP2006"])
431431

432432
# REL flags

src/d/d_map.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
#include "d/d_map.h"
99
#include "JSystem/JHostIO/JORFile.h"
10+
#include "JSystem/JHostIO/JORServer.h"
1011
#include "JSystem/JUtility/JUTTexture.h"
1112
#include "SSystem/SComponent/c_counter.h"
1213
#include "SSystem/SComponent/c_math.h"

0 commit comments

Comments
 (0)