summaryrefslogtreecommitdiff
path: root/src/qcam/main_window.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/qcam/main_window.cpp')
-rw-r--r--src/qcam/main_window.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/qcam/main_window.cpp b/src/qcam/main_window.cpp
index 6f4f1cd7..66aaf40c 100644
--- a/src/qcam/main_window.cpp
+++ b/src/qcam/main_window.cpp
@@ -5,6 +5,8 @@
* main_window.cpp - qcam - Main application window
*/
+#include "main_window.h"
+
#include <iomanip>
#include <iostream>
#include <string>
@@ -25,7 +27,6 @@
#include <libcamera/camera_manager.h>
#include <libcamera/version.h>
-#include "main_window.h"
#include "viewfinder.h"
using namespace libcamera;