Skip to content

Commit b435b7a

Browse files
committed
fixed build
1 parent 153e3d2 commit b435b7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

chapter-marker-dock.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
#include "annotation-dock.hpp"
22
#include "chapter-marker-dock.hpp"
33
#include "streamup-record-chapter-manager.hpp"
4+
#include "version.h"
45
#include <obs-data.h>
56
#include <obs-frontend-api.h>
67
#include <obs-module.h>
78
#include <QApplication>
89
#include <QCheckBox>
910
#include <QComboBox>
11+
#include <qdesktopservices.h>
1012
#include <QDialogButtonBox>
1113
#include <QDir>
1214
#include <QDockWidget>
@@ -20,8 +22,6 @@
2022
#include <QStyle>
2123
#include <QTextStream>
2224
#include <QVBoxLayout>
23-
#include <qdesktopservices.h>
24-
#include <version.h>
2525

2626
#define QT_TO_UTF8(str) str.toUtf8().constData()
2727

0 commit comments

Comments
 (0)