clang-format: copy latest and re-format
clang-format-16 has some backwards incompatible changes that require
additional settings for best compatibility and re-running the formatter.
Copy the latest .clang-format from the docs repository and reformat the
repository.
Change-Id: Id3ff2ed97fd733b2bbfe6e4890c2e6dd8c212085
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/meson_config.h.in b/meson_config.h.in
index 6b8af72..d4470a0 100644
--- a/meson_config.h.in
+++ b/meson_config.h.in
@@ -1,4 +1,5 @@
#pragma once
+#include <string>
inline static const std::string hostInstances = @INSTANCES@;