From a03290b28d923e8f2fac631ca7454a76ee18c0c2 Mon Sep 17 00:00:00 2001 From: jonnycat <82131956+McJonnycat@users.noreply.github.com> Date: Thu, 24 Mar 2022 21:11:15 -0700 Subject: [PATCH] #92 fixed the error code with linux --- source/vlc/cpp/src/LibVLC.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/vlc/cpp/src/LibVLC.cpp b/source/vlc/cpp/src/LibVLC.cpp index 1c7463cd9..a827b9512 100644 --- a/source/vlc/cpp/src/LibVLC.cpp +++ b/source/vlc/cpp/src/LibVLC.cpp @@ -1,7 +1,7 @@ #include #include #include -#include +#include #include using std::string; @@ -479,4 +479,4 @@ void LibVLC::callbacks( const libvlc_event_t* event, void* ptr ) break; } -} \ No newline at end of file +}