Skip to content

Commit

Permalink
fix: compilation issue on clang
Browse files Browse the repository at this point in the history
  • Loading branch information
ABeltramo committed Nov 8, 2023
1 parent 6a0aa31 commit a76e31f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/moonlight-server/gst-plugin/utils.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#include <gst/gst.h>
#include <moonlight/fec.hpp>
#include <vector>
#include <cstdint>

static void gst_buffer_copy_into(GstBuffer *buf, unsigned char *destination) {
auto size = gst_buffer_get_size(buf);
Expand Down

0 comments on commit a76e31f

Please sign in to comment.