1
0

fix: move header includes' oder to solve a bug in moc

This commit is contained in:
saturneric 2023-10-28 02:20:09 +08:00
parent f9cd9e672c
commit 7e3c2dd3b5

View File

@ -28,15 +28,15 @@
#pragma once
// Qt
#include <QtCore>
// std
#include <filesystem>
#include <memory>
#include <string>
#include <vector>
// Qt
#include <QtCore>
// spdlog library configuration
#define SPDLOG_ACTIVE_LEVEL SPDLOG_LEVEL_TRACE
#include <spdlog/spdlog.h>