mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-14 05:53:22 +08:00
13 lines
314 B
Diff
13 lines
314 B
Diff
|
diff --git a/lang/c++/include/avro/LogicalType.hh b/lang/c++/include/avro/LogicalType.hh
|
||
|
index b2a7d0294..7b113b3aa 100644
|
||
|
--- a/lang/c++/include/avro/LogicalType.hh
|
||
|
+++ b/lang/c++/include/avro/LogicalType.hh
|
||
|
@@ -22,6 +22,7 @@
|
||
|
#include <iostream>
|
||
|
|
||
|
#include "Config.hh"
|
||
|
+#include <cstdint>
|
||
|
|
||
|
namespace avro {
|
||
|
|