Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9842a3f

Browse files
authored
fix: add support for int32_t on other compilers (leejet#114)
1 parentac8f5a0 commit9842a3f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎util.h‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#define__UTIL_H__
33

44
#include<string>
5+
#include<cstdint>
56

67
boolends_with(const std::string& str,const std::string& ending);
78
boolstarts_with(const std::string& str,const std::string& start);
@@ -34,4 +35,4 @@ void log_printf(SDLogLevel level, const char* file, int line, const char* format
3435
#defineLOG_INFO(format, ...) log_printf(SDLogLevel::INFO, __FILE__, __LINE__, format, ##__VA_ARGS__)
3536
#defineLOG_WARN(format, ...) log_printf(SDLogLevel::WARN, __FILE__, __LINE__, format, ##__VA_ARGS__)
3637
#defineLOG_ERROR(format, ...) log_printf(SDLogLevel::ERROR, __FILE__, __LINE__, format, ##__VA_ARGS__)
37-
#endif// __UTIL_H__
38+
#endif// __UTIL_H__

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp