obs-websocket
obs-websocket copied to clipboard
fix failing build
Description
current code in master fails to build because Json.cpp uses std::filesystem without including <filesystem>
Types of changes
- Bug fix (non-breaking change which fixes an issue)
Checklist:
- [X] I have read the Contributing Guidelines.
- [X] All commit messages are properly formatted and commits squashed where appropriate.
- [X] My code is not on
masteror arelease/*branch. - [X] The code has been tested.
On what environment is build failing for you?
it's been half a year. I don't know the exact environment that this failure happened on, but this mistake seemed trivial enough that i didn't debug back then. If it helps I was using Arch Linux, and building obs-studio from latest master at that time. I'll try to reproduce...