Skip to content

Commit 48a3873

Browse files
authored
Fix Windows build include order in FeeEstimateQuery (#1623)
Signed-off-by: achintya2k5 <achintyasin@gmail.com>
1 parent 1819f6b commit 48a3873

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/sdk/main/src/FeeEstimateQuery.cc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
// SPDX-License-Identifier: Apache-2.0
2-
#include "FeeEstimateQuery.h"
2+
// Windows build requires this to be included first for some reason.
3+
#include <services/basic_types.pb.h> // NOLINT
4+
35
#include "Client.h"
6+
#include "FeeEstimateQuery.h"
47
#include "FileAppendTransaction.h"
58
#include "TopicMessageSubmitTransaction.h"
69
#include "exceptions/IllegalStateException.h"

0 commit comments

Comments
 (0)