1
0
mirror of https://github.com/strawberrymusicplayer/strawberry synced 2024-12-16 10:38:53 +01:00

Move chrono include

This commit is contained in:
Jonas Kvinge 2021-09-26 20:06:04 +02:00
parent 8fb354705c
commit 918b7c1e03

View File

@ -25,6 +25,7 @@
#include <memory>
#include <functional>
#include <algorithm>
#include <chrono>
#include <cmath>
#include <QMainWindow>
@ -197,7 +198,6 @@
#include "smartplaylists/smartplaylistsviewcontainer.h"
#include "smartplaylists/smartplaylistsview.h"
#include <chrono>
#ifdef Q_OS_WIN
# include "windows7thumbbar.h"