Skip to content

Commit

Permalink
Fix Windows builds (#469)
Browse files Browse the repository at this point in the history
Signed-off-by: Rob Walworth <[email protected]>
  • Loading branch information
rwalworth authored Aug 23, 2023
1 parent a186093 commit 0e17f92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions sdk/examples/ScheduleIdenticalTransactionExample.cc
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
#include "TransactionResponse.h"
#include "TransferTransaction.h"

#include <array>
#include <iostream>

using namespace Hedera;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
#include "Client.h"
#include "ED25519PrivateKey.h"
#include "KeyList.h"
#include "ScheduleCreateTransaction.h"
#include "ScheduleInfo.h"
#include "ScheduleInfoQuery.h"
#include "ScheduleSignTransaction.h"
Expand All @@ -31,6 +30,7 @@
#include "TransactionResponse.h"
#include "TransferTransaction.h"

#include <array>
#include <iostream>

using namespace Hedera;
Expand Down

0 comments on commit 0e17f92

Please sign in to comment.