Skip to content

Commit f7412e9

Browse files
Fix error no include path found in CI/CD
1 parent 8a15d19 commit f7412e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/zUtils/zUtils.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#include "include/zUtils.hpp"
2-
#include <QtCoreGlobal>
2+
#include <QtGlobal>
33
#include <QStandardPaths>
44

55
using namespace zclipboard;

0 commit comments

Comments
 (0)