From d9ab9b52be6950f5429d9b9b4d3596599f53449d Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Wed, 26 Feb 2025 12:32:26 +0100 Subject: lib: add missing includes --- .clangd | 6 +++++- lib/include/newtype/newtype.hpp | 4 +++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.clangd b/.clangd index 8368a45..ba15e35 100644 --- a/.clangd +++ b/.clangd @@ -1,2 +1,6 @@ CompileFlags: - Remove: ["-fmodules-ts", "-fmodule-mapper=*", "-fdeps-format=*"] \ No newline at end of file + Remove: ["-fmodules-ts", "-fmodule-mapper=*", "-fdeps-format=*"] + +Diagnostics: + UnusedIncludes: Strict + MissingIncludes: Strict \ No newline at end of file diff --git a/lib/include/newtype/newtype.hpp b/lib/include/newtype/newtype.hpp index 2154223..f5dce61 100644 --- a/lib/include/newtype/newtype.hpp +++ b/lib/include/newtype/newtype.hpp @@ -7,12 +7,14 @@ #include #include +#include +#include #include +#include #ifdef HAS_I_O_STREAM #include #include #endif -#include #include #include -- cgit v1.2.3