From 07d774b4fe575cdb9625d6ba7a7e09c8971d7c7f Mon Sep 17 00:00:00 2001 From: Ben Allfree Date: Fri, 28 Nov 2025 14:22:47 -0800 Subject: [PATCH] fix: update include path for LoDB in LoBBSDal.h --- src/LoBBSDal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/LoBBSDal.h b/src/LoBBSDal.h index 11f1b52..e4bb914 100644 --- a/src/LoBBSDal.h +++ b/src/LoBBSDal.h @@ -1,7 +1,7 @@ #pragma once #include "lobbs.pb.h" -#include "../../lodb/src/LoDB.h" +#include "LoDB.h" #include #include