From 918b7c1e031fefe6d5d9e4a4c2212cf509fc1e59 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Sun, 26 Sep 2021 20:06:04 +0200 Subject: [PATCH] Move chrono include --- src/core/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/mainwindow.cpp b/src/core/mainwindow.cpp index 4522d9c17..021952fc8 100644 --- a/src/core/mainwindow.cpp +++ b/src/core/mainwindow.cpp @@ -25,6 +25,7 @@ #include #include #include +#include #include #include @@ -197,7 +198,6 @@ #include "smartplaylists/smartplaylistsviewcontainer.h" #include "smartplaylists/smartplaylistsview.h" -#include #ifdef Q_OS_WIN # include "windows7thumbbar.h"