You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
Merge pull request #1024 from OpenShot/missing-sstream-includes
Adding missing <sstream> includes
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
#include <fstream>
|
||||
#include <iostream>
|
||||
#include <memory>
|
||||
#include <sstream>
|
||||
#include "CVTracker.h"
|
||||
#include "CVStabilization.h"
|
||||
#include "CVObjectDetection.h"
|
||||
|
||||
2
external/godot-cpp
vendored
2
external/godot-cpp
vendored
Submodule external/godot-cpp updated: cc8ad37ee0...b0e3b1e4b7
@@ -15,6 +15,7 @@
|
||||
#include "Frame.h"
|
||||
#include "QtUtilities.h"
|
||||
|
||||
#include <sstream>
|
||||
#include <Qt>
|
||||
#include <QString>
|
||||
#include <QTextStream>
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
// SPDX-License-Identifier: LGPL-3.0-or-later
|
||||
|
||||
#include <fstream>
|
||||
#include <sstream>
|
||||
|
||||
#include "ChunkReader.h"
|
||||
#include "Exceptions.h"
|
||||
|
||||
@@ -14,6 +14,8 @@
|
||||
#include "Exceptions.h"
|
||||
#include "Frame.h"
|
||||
|
||||
#include <sstream>
|
||||
|
||||
using namespace openshot;
|
||||
|
||||
ChunkWriter::ChunkWriter(std::string path, ReaderBase *reader) :
|
||||
|
||||
@@ -24,6 +24,7 @@
|
||||
|
||||
#include <algorithm>
|
||||
#include <cmath>
|
||||
#include <sstream>
|
||||
|
||||
#ifdef USE_IMAGEMAGICK
|
||||
#include "MagickUtilities.h"
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
#include <chrono> // for std::chrono::milliseconds
|
||||
#include <algorithm>
|
||||
#include <cmath>
|
||||
#include <sstream>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "FFmpegUtilities.h"
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
#include <iostream>
|
||||
#include <cmath>
|
||||
#include <ctime>
|
||||
#include <sstream>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "FFmpegUtilities.h"
|
||||
|
||||
@@ -13,6 +13,7 @@
|
||||
#include <iostream>
|
||||
#include <iomanip>
|
||||
#include <memory>
|
||||
#include <sstream>
|
||||
|
||||
#include "WriterBase.h"
|
||||
#include "Exceptions.h"
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
#include <cmath>
|
||||
#include <future>
|
||||
#include <thread>
|
||||
#include <sstream>
|
||||
|
||||
|
||||
using namespace openshot;
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
|
||||
|
||||
#include <vector>
|
||||
#include <sstream>
|
||||
#include "openshot_catch.h"
|
||||
#include <QApplication>
|
||||
#include <QFontDatabase>
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
#include "CacheMemory.h"
|
||||
#include "Fraction.h"
|
||||
#include "Frame.h"
|
||||
#include <sstream>
|
||||
|
||||
TEST_CASE( "Default constructor", "[libopenshot][dummyreader]" ) {
|
||||
openshot::DummyReader r;
|
||||
|
||||
@@ -21,6 +21,7 @@
|
||||
#include "Frame.h"
|
||||
#include "FrameMapper.h"
|
||||
#include "Timeline.h"
|
||||
#include <sstream>
|
||||
|
||||
using namespace openshot;
|
||||
|
||||
|
||||
@@ -15,6 +15,7 @@
|
||||
#include "ImageReader.h"
|
||||
#include "Exceptions.h"
|
||||
#include "Frame.h"
|
||||
#include <sstream>
|
||||
|
||||
using namespace openshot;
|
||||
|
||||
|
||||
@@ -13,6 +13,7 @@
|
||||
#include "openshot_catch.h"
|
||||
|
||||
#include <QGuiApplication>
|
||||
#include <sstream>
|
||||
|
||||
#include "QtImageReader.h"
|
||||
#include "Clip.h"
|
||||
|
||||
Reference in New Issue
Block a user