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 <sstream>
#include <iomanip>
#include <algorithm>
#include <glad/glad.h>

View File

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

View File

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

View File

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