Fixed missing header

This commit is contained in:
Alexei KADIR 2024-02-20 17:56:51 +01:00
parent 091c9fa692
commit c814955afc

View File

@ -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.