From 3f13ba1b08e677256404bab1aa829d3c0d666fb3 Mon Sep 17 00:00:00 2001 From: Vaxry Date: Sat, 12 Apr 2025 20:21:09 +0100 Subject: [PATCH] db: fix build --- src/core/Db.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/Db.hpp b/src/core/Db.hpp index 47badce..8c96bbd 100644 --- a/src/core/Db.hpp +++ b/src/core/Db.hpp @@ -5,6 +5,7 @@ #include #include #include +#include struct SDatabaseChallengeEntry { std::string nonce = "";