summaryrefslogtreecommitdiff
path: root/src/utils/cpp/json.hpp
diff options
context:
space:
mode:
authorMaksim Denisov <denisov.maksim@huawei.com>2024-11-14 09:51:15 +0100
committerMaksim Denisov <denisov.maksim@huawei.com>2024-11-14 14:23:06 +0100
commit506ffd3bd96da9bac18f377822ca4f2954f75f71 (patch)
tree1e8fc7ff9a81d8d49c32f4d5abe8a8d65259d090 /src/utils/cpp/json.hpp
parent9dd98e0a3d34318f912b240f38f4c7e9181595b5 (diff)
downloadjustbuild-506ffd3bd96da9bac18f377822ca4f2954f75f71.tar.gz
utils: Implement IWYU suggestions
Diffstat (limited to 'src/utils/cpp/json.hpp')
-rw-r--r--src/utils/cpp/json.hpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/utils/cpp/json.hpp b/src/utils/cpp/json.hpp
index 589a5884..8932e71f 100644
--- a/src/utils/cpp/json.hpp
+++ b/src/utils/cpp/json.hpp
@@ -17,14 +17,17 @@
#include <algorithm>
#include <cstddef>
+#include <exception>
+#include <functional>
+#include <iterator>
#include <optional>
#include <sstream>
#include <string>
#include <unordered_map>
+#include <utility>
#include "fmt/core.h"
#include "fmt/ostream.h"
-#include "gsl/gsl"
#include "nlohmann/json.hpp"
#include "src/utils/cpp/gsl.hpp"