We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1819f6b commit 48a3873Copy full SHA for 48a3873
1 file changed
src/sdk/main/src/FeeEstimateQuery.cc
@@ -1,6 +1,9 @@
1
// SPDX-License-Identifier: Apache-2.0
2
-#include "FeeEstimateQuery.h"
+// Windows build requires this to be included first for some reason.
3
+#include <services/basic_types.pb.h> // NOLINT
4
+
5
#include "Client.h"
6
+#include "FeeEstimateQuery.h"
7
#include "FileAppendTransaction.h"
8
#include "TopicMessageSubmitTransaction.h"
9
#include "exceptions/IllegalStateException.h"
0 commit comments