We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 516273c commit 8c3bb3dCopy full SHA for 8c3bb3d
1 file changed
common/json/Json.hh
@@ -24,6 +24,15 @@
24
#pragma once
25
26
#include <json/json.h>
27
+#include <type_traits>
28
+#include <atomic>
29
+#include <array>
30
+#include <vector>
31
+#include <set>
32
+#include <map>
33
+#include <unordered_map>
34
+#include <string>
35
+#include <sstream>
36
37
template <typename T>
38
std::enable_if_t<std::is_integral_v<T>, Json::Value> inline ConvertToJson(
0 commit comments