mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-21 02:17:49 +08:00
13 lines
331 B
Diff
13 lines
331 B
Diff
|
diff --git a/cpp/src/arrow/json/object_writer.h b/cpp/src/arrow/json/object_writer.h
|
||
|
index b15b09d..cf1ce62 100644
|
||
|
--- a/cpp/src/arrow/json/object_writer.h
|
||
|
+++ b/cpp/src/arrow/json/object_writer.h
|
||
|
@@ -18,6 +18,7 @@
|
||
|
#pragma once
|
||
|
|
||
|
#include <memory>
|
||
|
+#include <string>
|
||
|
#include <string_view>
|
||
|
|
||
|
#include "arrow/util/visibility.h"
|