From c814955afc6073d292d38d356449841c8c20196c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexe=C3=AF=20KADIR?= Date: Tue, 20 Feb 2024 17:56:51 +0100 Subject: [PATCH] Fixed missing header --- src/backing.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/backing.h b/src/backing.h index 55f628f..6139fcf 100755 --- a/src/backing.h +++ b/src/backing.h @@ -1,6 +1,7 @@ #pragma once #include "utils.h" +#include "disk.h" /// @brief Checks whether the given string is a valid backing identifier. If the string is not a valid backing identifier, the call will return a failure result with an error message. /// @param backing The string to check.