From 38b2d7535ed7422b552c4561acfc9ee9586f742e Mon Sep 17 00:00:00 2001 From: KubaPro010 Date: Mon, 14 Apr 2025 16:38:20 +0200 Subject: [PATCH] add include --- .vscode/settings.json | 3 ++- src/common.h | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index d824262..9ad8f3e 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -7,7 +7,8 @@ "lib.h": "c", "common.h": "c", "modulator.h": "c", - "control_pipe.h": "c" + "control_pipe.h": "c", + "stdlib.h": "c" }, "C_Cpp.codeAnalysis.clangTidy.checks.disabled": [ "clang-diagnostic-error" diff --git a/src/common.h b/src/common.h index 58a27dc..bd23abd 100644 --- a/src/common.h +++ b/src/common.h @@ -1,3 +1,4 @@ +#include #include #include #include