mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-04-30 16:06:24 +00:00
Fix build on Windows.
This commit is contained in:
parent
b2b31b88ca
commit
2e8472eb52
1 changed files with 4 additions and 4 deletions
|
|
@ -20,16 +20,16 @@
|
|||
* Author: Ronan Abhamon
|
||||
*/
|
||||
|
||||
#include <QFileInfo>
|
||||
#include <QQuickWindow>
|
||||
|
||||
#include "../../utils.hpp"
|
||||
#include "../core/CoreManager.hpp"
|
||||
#include "MSFunctions.hpp"
|
||||
|
||||
#include "Camera.hpp"
|
||||
|
||||
// =============================================================================
|
||||
#include <QFileInfo>
|
||||
#include <QQuickWindow>
|
||||
|
||||
// =============================================================================
|
||||
|
||||
struct CameraStateBinder {
|
||||
CameraStateBinder (CameraRenderer *renderer) : m_renderer(renderer) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue