obs-websocket icon indicating copy to clipboard operation
obs-websocket copied to clipboard

fix failing build

Open mildsunrise opened this issue 1 year ago • 2 comments

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 master or a release/* branch.
  • [X] The code has been tested.

mildsunrise avatar Oct 09 '24 17:10 mildsunrise

On what environment is build failing for you?

tt2468 avatar Feb 15 '25 03:02 tt2468

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...

mildsunrise avatar Feb 19 '25 18:02 mildsunrise