From c26e8254ecf853f5e6800e78936157f53f8db378 Mon Sep 17 00:00:00 2001 From: reionwong Date: Tue, 31 Aug 2021 00:28:21 +0800 Subject: [PATCH] Fix pathhistory --- .github/workflows/build.yml | 11 ++++------- helper/pathhistory.h | 1 + 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 355db12..b3b5188 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,18 +13,15 @@ jobs: steps: - name: Checkout Source uses: actions/checkout@v2 - + - name: Update repository run: sudo apt-get update -y - + - name: Install the basic dev packages run: sudo apt-get install -y equivs curl git devscripts lintian build-essential automake autotools-dev cmake g++ - + - name: Install build dependencies run: sudo mk-build-deps -i -t "apt-get --yes" -r - - - name: Build - run: mkdir build; cd build; cmake .. ; make -j$(nproc); - + - name: Build Package run: dpkg-buildpackage -b -uc -us -j$(nproc) diff --git a/helper/pathhistory.h b/helper/pathhistory.h index a129bdb..1b8a960 100644 --- a/helper/pathhistory.h +++ b/helper/pathhistory.h @@ -21,6 +21,7 @@ #define PATHHISTORY_H #include +#include class PathHistory : public QObject {