Skip to content

Commit

Permalink
Merge pull request #3 from cryptolinux/gitian-build-fixes
Browse files Browse the repository at this point in the history
Gitian build fixes
  • Loading branch information
cryptolinux authored Mar 20, 2021
2 parents 42298e4 + cb36100 commit 2ad4afd
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions contrib/gitian-descriptors/gitian-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ packages:
- "autoconf"
- "libtool"
- "automake"
- "cmake"
- "faketime"
- "bsdmainutils"
- "mingw-w64"
Expand Down
2 changes: 1 addition & 1 deletion src/qt/macdockiconhandler.mm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.

#include <macdockiconhandler.h>
#include "macdockiconhandler.h"

#include <AppKit/AppKit.h>
#include <objc/runtime.h>
Expand Down
2 changes: 1 addition & 1 deletion src/qt/macnotificationhandler.mm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.

#include <macnotificationhandler.h>
#include "macnotificationhandler.h"

#undef slots
#import <objc/runtime.h>
Expand Down
2 changes: 1 addition & 1 deletion src/qt/macos_appnap.mm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.

#include <macos_appnap.h>
#include "macos_appnap.h"

#include <AvailabilityMacros.h>
#include <Foundation/NSProcessInfo.h>
Expand Down
1 change: 0 additions & 1 deletion src/qt/transactiontablemodel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
#include <qt/addresstablemodel.h>
#include <qt/guiutil.h>
#include <qt/optionsmodel.h>
#include <qt/platformstyle.h>
#include <qt/transactiondesc.h>
#include <qt/transactionrecord.h>
#include <qt/walletmodel.h>
Expand Down

0 comments on commit 2ad4afd

Please sign in to comment.