diff --git a/MODULE.bazel b/MODULE.bazel index 4b890082..d10b67c9 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -94,7 +94,8 @@ bazel_dep(name = "score_tooling", version = "1.2.0", dev_dependency = True) ## Configure the python toolchain -bazel_dep(name = "rules_python", version = "1.8.3", dev_dependency = True) +bazel_dep(name = "rules_python", version = "1.8.3", +dev_dependency = True) PYTHON_VERSION = "3.12" diff --git a/score/json/i_json_writer.h b/score/json/i_json_writer.h index 9c00f222..c7475ff5 100644 --- a/score/json/i_json_writer.h +++ b/score/json/i_json_writer.h @@ -18,6 +18,7 @@ #include "score/json/internal/model/any.h" #include "score/result/result.h" + #include namespace score