fix missing cstdint includes#1441
Conversation
|
i would want to see the errors that request this include |
|
in text form here too |
|
youve modified ragefile and rageutil which touch basically the entire game but also modified an external dependency which we tend not to modify because every time we update them we just replace them directly from their source. the errors only point at sqlitecpp so why did the other headers get modified? also you should base on develop |
|
as similar to sqlitecpp having errors, when patching specifically sqlitecpp's it leads into rageutils having the same issue, which once patched again leads into ragefile having the same. the game is able to run and play the game successfully once all were patched out. here is the error that occurs after sqlitecpp is patched to |
some of the code is missing the "#include " in the files below. this pull request should fix it.
extern/SQLiteCpp/include/SQLiteCpp/Statement.h
src/RageUtil/File/RageFileBasic.h
src/RageUtil/Utils/RageUtil.h