mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 02:03:39 +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 {
|
|
|