Commit 2e8472eb authored by Ghislain MARY's avatar Ghislain MARY

Fix build on Windows.

parent b2b31b88
...@@ -20,16 +20,16 @@ ...@@ -20,16 +20,16 @@
* Author: Ronan Abhamon * Author: Ronan Abhamon
*/ */
#include <QFileInfo>
#include <QQuickWindow>
#include "../../utils.hpp" #include "../../utils.hpp"
#include "../core/CoreManager.hpp" #include "../core/CoreManager.hpp"
#include "MSFunctions.hpp" #include "MSFunctions.hpp"
#include "Camera.hpp" #include "Camera.hpp"
// ============================================================================= #include <QFileInfo>
#include <QQuickWindow>
// =============================================================================
struct CameraStateBinder { struct CameraStateBinder {
CameraStateBinder (CameraRenderer *renderer) : m_renderer(renderer) { CameraStateBinder (CameraRenderer *renderer) : m_renderer(renderer) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment