Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libcarla: Fix compile error with gcc >=13
The error was: LibCarla/source/carla/client/FileTransfer.h:31:57: error: 'uint8_t' was not declared in this scope 31 | static bool WriteFile(std::string path, std::vector<uint8_t> content); | ^~~~~~~
- Loading branch information