Skip to content

Commit 203482b

Browse files
committed
Fixed non debug build compilation 2.
1 parent 392f7e0 commit 203482b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

core/scene_synchronizer_debugger.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@
55
#include "core/string/ustring.h"
66

77
#include "core.h"
8-
#include "json.hpp"
98
#include <string>
109

1110
#endif
1211

12+
#include "json.hpp"
13+
1314
namespace NS {
1415
class SceneSynchronizerBase;
1516
};

0 commit comments

Comments
 (0)