Skip to content

Commit

Permalink
fix: windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Oct 30, 2023
1 parent 5f55c40 commit d614e3f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/protocol/amcp/AMCPCommandsImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@
#include <core/producer/transition/transition_producer.h>
#include <core/video_format.h>

#include <protocol/osc/client.h>

#include <algorithm>
#include <fstream>
#include <future>
Expand Down
4 changes: 3 additions & 1 deletion src/protocol/amcp/amcp_command_context.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,11 @@
#include <accelerator/accelerator.h>
#include <core/consumer/frame_consumer.h>
#include <future>
#include <protocol/osc/client.h>
#include <common/forward.h>
#include <utility>

FORWARD3(caspar, protocol, osc, class client);

namespace caspar { namespace protocol { namespace amcp {

struct amcp_command_static_context
Expand Down

0 comments on commit d614e3f

Please sign in to comment.