Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rectalogic committed Jan 10, 2024
1 parent 1f6641b commit f281d86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MediaFX/media_manager.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
#include <QJSEngine>
#include <QList>
#include <QObject>
#include <QQuickView> // IWYU pragma: keep
#include <QtAssert>
#include <QtQml>
#include <QtQmlIntegration>
#include <QtTypes>
#include <chrono>
class MediaClip;
class QQuickView;
using namespace std::chrono;

class MediaManager : public QObject {
Expand Down

0 comments on commit f281d86

Please sign in to comment.