Merge remote-tracking branch 'origin/master' into beta

This commit is contained in:
Bruno Herbelin
2024-10-26 20:53:23 +02:00
4 changed files with 4 additions and 0 deletions

View File

@@ -20,6 +20,7 @@
#include <string> #include <string>
#include <sstream> #include <sstream>
#include <iomanip> #include <iomanip>
#include <algorithm>
#include <glad/glad.h> #include <glad/glad.h>

View File

@@ -18,6 +18,7 @@
**/ **/
#include <sstream> #include <sstream>
#include <algorithm>
#include "Log.h" #include "Log.h"
#include "defines.h" #include "defines.h"

View File

@@ -17,6 +17,7 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
**/ **/
#include <fstream> #include <fstream>
#include <algorithm>
#include "defines.h" #include "defines.h"
#include "Source.h" #include "Source.h"

View File

@@ -20,6 +20,7 @@
#include <iostream> #include <iostream>
#include <iomanip> #include <iomanip>
#include <thread> #include <thread>
#include <algorithm>
#include <gst/gst.h> #include <gst/gst.h>